Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceki committed Feb 26, 2024
1 parent 432b747 commit 9436b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sgp4.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def test_spacetrack(self):
for tle in tles:
results_dsgp4.append(dsgp4.sgp4(tle, tsinces).numpy().reshape(5,6))
results_dsgp4=np.stack(results_dsgp4)
self.assertTrue(np.allclose(results_dsgp4,space_track_results[:,:,1:],atol=1e-3))
self.assertTrue(np.allclose(results_dsgp4,space_track_results[:,:,1:],atol=1e-6))



Expand Down

0 comments on commit 9436b2e

Please sign in to comment.