-
Notifications
You must be signed in to change notification settings - Fork 109
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
reorganize tests #809
reorganize tests #809
Conversation
The following consensus was reached at today's Trixi meeting:
|
Could you please open a new issue with this? |
We need to update the required status checks before merging this. |
While going through it, I realize that you removed many |
They should be - I tried to include at least one example using a restart callback.
The restart callbacks
|
We might think about merging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM, with one proposal for more consistency (of course 😎) and the request to not remove the LSA ICs/BCs, plus a few minor questions/remarks.
One thing I forgot: I think it would be good to adapt the relevant section in the docs as well. That is, fix the obsolete file name and maybe add a sentence or two about where to add new tests, such that everything remains roughly balanced? |
Good point - I'll do that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for taking care of this mundane but extremely crucial piece of infrastructure work!
Codecov Report
@@ Coverage Diff @@
## main #809 +/- ##
==========================================
- Coverage 92.75% 92.72% -0.02%
==========================================
Files 188 188
Lines 17398 17399 +1
==========================================
- Hits 16136 16133 -3
- Misses 1262 1266 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
TODO:
2d_mpi
2d_threaded
misc
Closes #673; closes #794