Skip to content

Commit c5ce166

Browse files
committed
TST: updated test values to match the right gravity model
1 parent 465f526 commit c5ce166

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.202481)),
255+
("t_final", (-0.025792, 0.012030, 159.061515)),
256256
],
257257
)
258258
def test_aerodynamic_forces(flight_calisto_custom_wind, flight_time, expected_values):

tests/unit/test_utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def test_fin_flutter_analysis(flight_calisto_custom_wind):
114114
assert np.isclose(flutter_mach(np.inf), 1.0048188594647927, atol=5e-3)
115115
assert np.isclose(safety_factor(0), 64.78797, atol=5e-3)
116116
assert np.isclose(safety_factor(10), 2.1948620401502072, atol=5e-3)
117-
assert np.isclose(safety_factor(np.inf), 61.64222220697017, atol=5e-3)
117+
assert np.isclose(safety_factor(np.inf), 61.669562809629035, atol=5e-3)
118118

119119

120120
def test_flutter_prints(flight_calisto_custom_wind):

0 commit comments

Comments
 (0)