Skip to content
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

[WIP] Add 1D multilayer shallow water equations #30

Merged
merged 16 commits into from
Apr 2, 2024

Merge branch 'main' into ml_swe

54b0f18
Select commit
Loading
Failed to load commit list.
Merged

[WIP] Add 1D multilayer shallow water equations #30

Merge branch 'main' into ml_swe
54b0f18
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 2, 2024 in 0s

99.22% (-0.16%) compared to cbabd75

View this Pull Request on Codecov

99.22% (-0.16%) compared to cbabd75

Details

Codecov Report

Attention: Patch coverage is 98.19005% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 99.22%. Comparing base (cbabd75) to head (54b0f18).

Files Patch % Lines
src/equations/equations.jl 50.00% 2 Missing ⚠️
src/equations/shallow_water_multilayer_1d.jl 98.96% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #30      +/-   ##
==========================================
- Coverage   99.38%   99.22%   -0.16%     
==========================================
  Files          40       45       +5     
  Lines        1459     1680     +221     
==========================================
+ Hits         1450     1667     +217     
- Misses          9       13       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.