Skip to content

Commit

Permalink
Remvoed debugging additions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rusu24edward committed Aug 28, 2024
1 parent e0dfbc1 commit 1f41fc8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_orbit.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ def test_rv():
np.testing.assert_allclose(v, v2, rtol=0, atol=1e-2)


# @timer
@timer
def test_groundTrack():
np.random.seed(5772156)
NORBIT = 30
Expand Down Expand Up @@ -823,7 +823,6 @@ def test_groundTrack():
normed(r[-1]),
atol=0.15
)
test_groundTrack()

@timer
def test_dircos():
Expand Down

0 comments on commit 1f41fc8

Please sign in to comment.