rerun advection-diffusion-2d and -1d notebooks; fix hdf5-mpi paths on macOS CI (homebrew); cleanup Trixi comparison notebook; pin CI upper Python version to 3.13.12 (since 3.13.13 errs with a base64 failure)#681
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #681 +/- ##
=======================================
Coverage 92.93% 92.93%
=======================================
Files 40 40
Lines 1754 1754
=======================================
Hits 1630 1630
Misses 124 124 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Ok, I found it, it is addressed in this #663 |
|
rerunning as the Trixi issue seems to have been fixed in trixi-framework/Trixi.jl#2976 For the record, this is the error in CI: |
|
the issue here is that the fix in Trixi was committed after the v0.16.6 release, so we need to wait for v0.16.7... |
|
The issue should be fixed upstream. So Trixi.jl v0.16.6 should be fine again. |
|
@JoshuaLampert, thanks for following up here! |
|
the base64 issue might be related with changes introduced in Python in 3.13.13: python/cpython#145264 |
|
@JoshuaLampert @slayoo Thank you! |
No description provided.