-
Notifications
You must be signed in to change notification settings - Fork 4
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
implement get_tmp_cache
#113
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #113 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 6 6
Lines 1414 1420 +6
=======================================
+ Hits 1387 1393 +6
Misses 27 27 ☔ View full report in Codecov by Sentry. |
Do you understand the error below, @SKopecz?
I have not changed this part of the docs and it worked before... |
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.
Do you understand the error below
I'm not sure, but I could imagine this comes from SciML/SciMLBase.jl#645.
You could test that by forcing [email protected]. |
Co-authored-by: Joshua Lampert <[email protected]>
Good idea. It's running in #114 |
Yes, that's the issue: SciML/SciMLBase.jl#746 |
Re-running CI so that we can check the results with the latest version of SciML including a bug fix. |
No, didn't help... |
I'd suggest to discard the line plot!(sol.t,sum.(sol.u), label = "S+I+R") |
Done in 787d8a5 |
This function is required for some interoperability with Trixi.jl.
CC @jmbender