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 spherical harmonic functions #362

Merged
merged 3 commits into from
Nov 14, 2024
Merged

feat: add spherical harmonic functions #362

merged 3 commits into from
Nov 14, 2024

Conversation

tsutterley
Copy link
Owner

refactor: move generic astro functions to math.py
feat: add function to calculate altitude, azimuth and D
test: add test for unnormalized legendre polynomials
test: moved normalize_angle test to test_math.py
test: add ECEF to altaz test at USNO

refactor: move generic astro functions to `math.py`
feat: add function to calculate altitude, azimuth and D
test:  moved normalize_angle test to test_math.py
Copy link

codecov bot commented Nov 14, 2024

Codecov Report

Attention: Patch coverage is 85.95041% with 17 lines in your changes missing coverage. Please review.

Project coverage is 70.96%. Comparing base (3d34f83) to head (01a6094).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
pyTMD/math.py 76.92% 13 Missing and 2 partials ⚠️
pyTMD/spatial.py 83.33% 1 Missing ⚠️
test/test_math.py 95.23% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #362      +/-   ##
==========================================
+ Coverage   70.90%   70.96%   +0.06%     
==========================================
  Files          41       43       +2     
  Lines       10391    10482      +91     
  Branches     1130     1137       +7     
==========================================
+ Hits         7368     7439      +71     
- Misses       2562     2580      +18     
- Partials      461      463       +2     
Flag Coverage Δ
unittests 70.96% <85.95%> (+0.06%) ⬆️

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

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

@tsutterley tsutterley merged commit 872a091 into main Nov 14, 2024
5 checks passed
@tsutterley tsutterley deleted the dev branch November 14, 2024 22:24
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.

1 participant