Closed tsutterley closed 1 week ago
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 :warning: |
pyTMD/spatial.py | 83.33% | 1 Missing :warning: |
test/test_math.py | 95.23% | 0 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
refactor: move generic
astro
functions tomath.py
feat: add function to calculate altitude, azimuth and D test: add test for unnormalized legendre polynomials test: moved normalize_angle test totest_math.py
test: add ECEF to altaz test at USNO