From a94707ffec4e60b7c38afa21c16c0c85a9885fdd Mon Sep 17 00:00:00 2001 From: Luca Miguel Date: Mon, 24 Jul 2023 12:05:32 +0200 Subject: [PATCH] CI test --- rocket_twin/tests/test_stages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rocket_twin/tests/test_stages.py b/rocket_twin/tests/test_stages.py index ef79a5b..e8d01cd 100644 --- a/rocket_twin/tests/test_stages.py +++ b/rocket_twin/tests/test_stages.py @@ -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))