Skip to content

Commit

Permalink
where are nans coming from
Browse files Browse the repository at this point in the history
  • Loading branch information
yoachim committed Jun 17, 2023
1 parent a41d5dc commit f1244f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/moving_objects/test_chebyvalues.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ def test_get_ephemerides(self):
pyephemerides = self.pyephems.generate_ephemerides(
time, obscode=807, time_scale="TAI", by_object=True
)
print("ephemerides", ephemerides)
print("pyephemerides", pyephemerides)

assert np.all(np.isfinite(ephemerides["ra"]))
assert np.all(np.isfinite(pyephemerides["ra"]))

Expand Down

0 comments on commit f1244f0

Please sign in to comment.