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

feat: add basic variable typing to function inputs #174

Merged
merged 2 commits into from
Mar 24, 2023
Merged

feat: add basic variable typing to function inputs #174

merged 2 commits into from
Mar 24, 2023

Conversation

tsutterley
Copy link
Owner

refactor: renamed coordinate reference system conversion functions

refactor: renamed coordinate reference system conversion functions
@codecov
Copy link

codecov bot commented Mar 23, 2023

Codecov Report

Patch coverage: 65.64% and project coverage change: +1.14 🎉

Comparison is base (51f22b2) 61.83% compared to head (11f52a8) 62.98%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #174      +/-   ##
==========================================
+ Coverage   61.83%   62.98%   +1.14%     
==========================================
  Files          55       40      -15     
  Lines        7735     7507     -228     
  Branches      796      798       +2     
==========================================
- Hits         4783     4728      -55     
+ Misses       2643     2467     -176     
- Partials      309      312       +3     
Flag Coverage Δ
unittests 62.98% <65.64%> (+1.15%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pyTMD/convert_model_crs.py 0.00% <0.00%> (ø)
pyTMD/convert_ll_xy.py 50.00% <33.33%> (-17.68%) ⬇️
pyTMD/convert_crs.py 64.28% <64.28%> (ø)
pyTMD/check_tide_points.py 66.66% <75.00%> (ø)
pyTMD/io/ATLAS.py 40.78% <80.00%> (+0.14%) ⬆️
pyTMD/io/FES.py 45.66% <81.81%> (+0.18%) ⬆️
pyTMD/predict.py 86.95% <88.88%> (+0.05%) ⬆️
pyTMD/time.py 67.66% <95.65%> (+1.82%) ⬆️
pyTMD/utilities.py 52.32% <96.00%> (+9.86%) ⬆️
pyTMD/__init__.py 100.00% <100.00%> (ø)
... and 15 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@tsutterley tsutterley merged commit d944565 into main Mar 24, 2023
@tsutterley tsutterley deleted the typing branch March 24, 2023 21:04
tsutterley added a commit that referenced this pull request Mar 24, 2023
* refactor: renamed coordinate reference system conversion functions
* docs: remove deprecated rst files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant