tsutterley / pyTMD

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

feat: added crop and bounds keywords for trimming model data for #95 #313

Closed tsutterley closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 57.34266% with 122 lines in your changes missing coverage. Please review.

Project coverage is 69.16%. Comparing base (76a288a) to head (396b660). Report is 8 commits behind head on main.

Files Patch % Lines
pyTMD/io/OTIS.py 23.94% 44 Missing and 10 partials :warning:
pyTMD/io/ATLAS.py 53.22% 21 Missing and 8 partials :warning:
pyTMD/io/GOT.py 57.14% 19 Missing and 5 partials :warning:
pyTMD/io/FES.py 75.51% 6 Missing and 6 partials :warning:
pyTMD/interpolate.py 33.33% 1 Missing and 1 partial :warning:
pyTMD/crs.py 94.44% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #313 +/- ## ========================================== - Coverage 69.34% 69.16% -0.18% ========================================== Files 39 39 Lines 8844 9364 +520 Branches 1195 1322 +127 ========================================== + Hits 6133 6477 +344 - Misses 2325 2467 +142 - Partials 386 420 +34 ``` | [Flag](https://app.codecov.io/gh/tsutterley/pyTMD/pull/313/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/313/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tyler+Sutterley) | `69.16% <57.34%> (-0.18%)` | :arrow_down: | 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.