-
Notifications
You must be signed in to change notification settings - Fork 3
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
Print timer of SummaryCallback
in finalize
r
#79
Conversation
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! I think
DispersiveShallowWater.jl/test/test_unit.jl
Line 221 in 492f918
@test_nowarn summary_callback() |
needs to be updated as well.
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #79 +/- ##
==========================================
- Coverage 96.16% 96.07% -0.10%
==========================================
Files 16 17 +1
Lines 1095 1095
==========================================
- Hits 1053 1052 -1
- Misses 42 43 +1 ☔ View full report in Codecov by Sentry. |
Newer versions of OrdinaryDiffEq.jl (including v6.59.3, which is needed for the |
If you update the IC tests to Julia v1.9, you should also update the Julia requirement in DispersiveShallowWater.jl/Project.toml Line 37 in 492f918
|
Done in 1107493 |
This is not the case for Trixi.jl. Should this be adapted there, too? |
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.
Sorry, I was too fast. There are other references to v1.8 of Julia, e.g.
DispersiveShallowWater.jl/README.md
Line 26 in 492f918
DispersiveShallowWater.jl works with Julia v1.8 and newer. DispersiveShallowWater.jl is a registered Julia package. Therefore, you can install it by executing the following commands from the Julia REPL |
No, we explicitly keep some tests with Julia v1.8 in the Trixi.jl repo |
Ah ok, thanks! |
Done in b3ea701 and thanks for the hint. |
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!
This way the timer of the summary callback is printed at the end of the simulation and not at the end of the last timestep.