-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fix lon_pole units in VaryingCelestialTransform #225
Conversation
Codecov Report
@@ Coverage Diff @@
## main #225 +/- ##
=======================================
Coverage 97.18% 97.18%
=======================================
Files 37 37
Lines 2095 2095
=======================================
Hits 2036 2036
Misses 59 59
|
@@ -46,6 +46,19 @@ def test_generate_celestial_unitless(): | |||
assert u.allclose(shift1.offset, 0) | |||
|
|||
|
|||
def test_varying_transform_no_lon_pole_unit(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you prefer, I can remove this test and add the unit check to the test below and remove the lon_pole argument in the VaryingCelestialTransform
call.
I can also add a test for generate_celestial_transform
instead? Or both?
|
I re-pointed our intersphinx to stable, but maybe we can fix this before release. |
Thanks a lot @nabobalis 🥳 |
I added a simple test.
Not sure if there is something else to do.