Skip to content

Commit 53b0940

Browse files
committed
TST: updated test value due to change in ma calculation
1 parent 363bfc8 commit 53b0940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_flight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def test_aerodynamic_moments(flight_calisto_custom_wind, flight_time, expected_v
252252
("t_initial", (1.654150, 0.659142, -0.067103)),
253253
("out_of_rail_time", (5.052628, 2.013361, -1.75370)),
254254
("apogee_time", (2.321838, -1.613641, -0.962108)),
255-
("t_final", (-0.025792, 0.012030, 159.061515)),
255+
("t_final", (-0.019802, 0.012030, 159.051604)),
256256
],
257257
)
258258
def test_aerodynamic_forces(flight_calisto_custom_wind, flight_time, expected_values):

0 commit comments

Comments
 (0)