Skip to content

Commit aa37578

Browse files
committed
TST: fix test warning due to incorrect burn time.
1 parent 8276a24 commit aa37578

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/acceptance/test_ndrt_2020_rocket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def test_ndrt_2020_rocket_data_asserts_acceptance():
2727
"rocket_mass": (23.321 - 2.475 - 1, 0.010),
2828
# propulsion details
2929
"impulse": (4895.050, 0.033 * 4895.050),
30-
"burn_time": (3.51, 0.1),
30+
"burn_time": (3.45, 0.1),
3131
"nozzle_radius": (49.5 / 2000, 0.001),
3232
"throat_radius": (21.5 / 2000, 0.001),
3333
"grain_separation": (3 / 1000, 0.001),

0 commit comments

Comments
 (0)