Skip to content

Commit 2f0d7be

Browse files
TST: Increase soft tolerance for freestream speed test in Flight integration tests
1 parent 5b3e37a commit 2f0d7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_flight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ def test_freestream_speed_at_apogee(example_plain_env, calisto_robust):
496496
"""
497497
# NOTE: this rocket doesn't move in x or z direction. There's no wind.
498498
hard_atol = 1e-12
499-
soft_atol = 1e-6
499+
soft_atol = 1e-4
500500
test_flight = Flight(
501501
environment=example_plain_env,
502502
rocket=calisto_robust,

0 commit comments

Comments
 (0)