tsutterley / pyTMD

Python-based tidal prediction software
https://pytmd.readthedocs.io
MIT License
134 stars 40 forks source link

feat: add wrapper functions to read and interpolate constants #349

Closed tsutterley closed 1 month ago

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 76.48810% with 79 lines in your changes missing coverage. Please review.

Project coverage is 71.86%. Comparing base (d97482b) to head (28573fc). Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
pyTMD/io/model.py 62.87% 40 Missing and 9 partials :warning:
pyTMD/predict.py 69.62% 23 Missing and 1 partial :warning:
pyTMD/io/constituents.py 28.57% 5 Missing :warning:
test/test_equilibrium_tide.py 98.21% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #349 +/- ## ========================================== + Coverage 71.59% 71.86% +0.27% ========================================== Files 39 41 +2 Lines 10495 10764 +269 Branches 1407 1447 +40 ========================================== + Hits 7514 7736 +222 - Misses 2517 2554 +37 - Partials 464 474 +10 ``` | [Flag](https://app.codecov.io/gh/tsutterley/pyTMD/pull/349/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tyler+Sutterley) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/tsutterley/pyTMD/pull/349/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tyler+Sutterley) | `71.86% <76.48%> (+0.27%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tyler+Sutterley#carryforward-flags-in-the-pull-request-comment) to find out more.

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