tsutterley / pyTMD

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

feat: export database as ``dataclass`` for easier access #337

Closed tsutterley closed 3 weeks ago

tsutterley commented 3 weeks ago

docs: update getting started and README.rst test: add test for reading model database chore: bump version to 2.1.6

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 92.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 72.57%. Comparing base (bd3d702) to head (1716537). Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
pyTMD/io/model.py 86.66% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #337 +/- ## ========================================== + Coverage 71.65% 72.57% +0.92% ========================================== Files 39 39 Lines 11042 10291 -751 Branches 1522 1370 -152 ========================================== - Hits 7912 7469 -443 + Misses 2632 2358 -274 + Partials 498 464 -34 ``` | [Flag](https://app.codecov.io/gh/tsutterley/pyTMD/pull/337/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/337/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tyler+Sutterley) | `72.57% <92.00%> (+0.92%)` | :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.