Skip to content

Commit

Permalink
TST: Added ut to test that runs locally but not on Github.
Browse files Browse the repository at this point in the history
  • Loading branch information
KCollins committed Oct 1, 2024
1 parent a307eea commit a04636a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conjugate_map/tests/test_conjcalc.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_geopack_method_north(self):
"""
Test `findconj` with 'geopack' method for a northern hemisphere point.
"""
self.ut = dt.datetime(1980, 11, 3, 18, 0, 0)
self.expected_lat = 65.38287134065757
self.expected_lon = 65.63983817802247

Expand Down

0 comments on commit a04636a

Please sign in to comment.