-
Notifications
You must be signed in to change notification settings - Fork 226
Dependencies: weekly update #6278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I think this needs AMReX-Codes/pyamrex#491 first. |
|
For some reason some compilers started complaining about the fact that warpx/Source/Diagnostics/ReducedDiags/FieldProbe.cpp Lines 162 to 166 in edbc4da
I know that I can simply fix it by initializing it to, say, However, this made me realize that when we parse the same parameters multiple times in different parts of the code, we don't always duplicate all the consistency checks that should be applied... For example, we do this warpx/Source/Diagnostics/ReducedDiags/FieldProbe.cpp Lines 162 to 166 in edbc4da
but also this Lines 1423 to 1439 in edbc4da
which has many more guard rails. @ax3l @WeiqunZhang @lucafedeli88
|
Automated via .github/workflows/weekly_update.yml.