We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48a5fe commit 0117715Copy full SHA for 0117715
tests/acceptance/test_3dof_flight.py
@@ -68,7 +68,7 @@ def test_3dof_flight_basic_trajectory(flight_3dof_no_weathercock):
68
f"[{MIN_APOGEE_TIME}, {MAX_APOGEE_TIME}]"
69
)
70
71
- # Validate maximum velocity is reasonable (subsonic to low supersonic)
+ # Validate maximum velocity is reasonable (subsonic)
72
max_velocity = flight.max_speed
73
assert MIN_VELOCITY < max_velocity < MAX_VELOCITY, (
74
f"Maximum velocity {max_velocity:.1f} m/s is outside expected range "
0 commit comments