JoshuaLampert / DispersiveShallowWater.jl

Structure-preserving numerical methods for dispersive shallow water models
https://joshualampert.github.io/DispersiveShallowWater.jl/
MIT License
15 stars 3 forks source link

Fix spacing in convergence_test #102

Closed JoshuaLampert closed 6 months ago

JoshuaLampert commented 6 months ago

The mean EOC was not printed below the other EOCs. This PR fixes this.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.18%. Comparing base (e6884c1) to head (8b0cfbc). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #102 +/- ## ======================================= Coverage 96.18% 96.18% ======================================= Files 17 17 Lines 1074 1074 ======================================= Hits 1033 1033 Misses 41 41 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

JoshuaLampert commented 6 months ago

I needed to soften one tolerance to make the macOS test run successfully. This is because macOS-latest now points to macOS 14, I guess.

JoshuaLampert commented 6 months ago

macos-latest is just annoying. Thus I switched back to macos-13.