Skip to content

Commit

Permalink
CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
luca7084 committed Jul 24, 2023
1 parent d762ddc commit a94707f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rocket_twin/tests/test_stages.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ def test_single_stage(self):
driver.set_scenario(init=init, values=values, stop=stop)
sys.run_drivers()

np.testing.assert_allclose(sys.weight, 2.0, atol=10 ** (-1))
np.testing.assert_allclose(sys.cg, 1.0, atol=10 ** (-1))
np.testing.assert_allclose(sys.weight, 2.0, atol=10 ** (-2))
np.testing.assert_allclose(sys.cg, 1.0, atol=10 ** (-2))

0 comments on commit a94707f

Please sign in to comment.