Skip to content

Commit

Permalink
Issue #31: Remove pyswice from failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark2000 committed Dec 20, 2023
1 parent c4fc5c9 commit 8fc01ea
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ def test_init_and_delete(self, grav_set, epoch_set, atmos_set, eclipse_set):

@patch(basicenv + "_init_environment_objects", MagicMock())
@patch(module + "simIncludeGravBody", MagicMock())
@patch(
module + "pyswice",
MagicMock(),
)
def test_set_gravity_bodies(self):
# Smoke test
env = BasicEnvironmentModel(MagicMock(), 1.0)
Expand Down

0 comments on commit 8fc01ea

Please sign in to comment.