Skip to content

Commit 8276a24

Browse files
committed
TST: fix warning due to max time step being too large.
1 parent f73c7c3 commit 8276a24

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_flight.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,7 @@ def test_liquid_motor_flight(mock_show, calisto_liquid_modded):
585585
rail_length=5,
586586
inclination=85,
587587
heading=0,
588+
max_time_step=0.25,
588589
)
589590

590591
assert test_flight.all_info() == None
@@ -609,6 +610,7 @@ def test_hybrid_motor_flight(mock_show, calisto_hybrid_modded):
609610
rail_length=5,
610611
inclination=85,
611612
heading=0,
613+
max_time_step=0.25,
612614
)
613615

614616
assert test_flight.all_info() == None

0 commit comments

Comments
 (0)