Closed JoshuaLampert closed 1 month ago
Attention: Patch coverage is 99.18699%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 97.97%. Comparing base (
11355c0
) to head (256eed5
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/equations/bbm_1d.jl | 98.88% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I'm totally confused by this error: https://github.com/JoshuaLampert/DispersiveShallowWater.jl/actions/runs/10811172112/job/29990016675?pr=150#step:7:8511 happening in this line: https://github.com/JoshuaLampert/DispersiveShallowWater.jl/blob/11355c045f470c967234cc7a7fc4c11e10424076/src/equations/svaerd_kalisch_1d.jl#L94 Why does it want to convert 3.0 to an Int? And why does this happen all of the sudden (only on Mac)? Any ideas, @ranocha?
I have no idea - that's very strange indeed
I have no idea - that's very strange indeed
Now CI passes again 🤷♂️
Sorry, CI seems to be a bit weird.
This is a first step towards supporting a few simpler models, cf. #95.