From c175e76d3dad30534ba18a1c7d0e07d635ac8c9d Mon Sep 17 00:00:00 2001 From: MateusStano Date: Thu, 28 Mar 2024 17:47:47 +0100 Subject: [PATCH] BUG: revert comit https://github.com/RocketPy-Team/RocketPy/pull/581/commits/9a637a834e443736e7fa988830d1586aaf1f9201 --- tests/test_flight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_flight.py b/tests/test_flight.py index a4b03d101..db882e185 100644 --- a/tests/test_flight.py +++ b/tests/test_flight.py @@ -729,7 +729,7 @@ def test_velocities(flight_calisto_custom_wind, flight_time, expected_values): ("t_initial", (1.6542528, 0.65918, -0.067107)), ("out_of_rail_time", (5.05334, 2.01364, -1.7541)), ("apogee_time", (2.35291, -1.8275, -0.87851)), - ("t_final", (0, 0, 159.3292416824044)), + ("t_final", (0, 0, 159.2212)), ], ) def test_aerodynamic_forces(flight_calisto_custom_wind, flight_time, expected_values):