Skip to content

Commit e136699

Browse files
aZira371Copilot
andauthored
MNT: removed unused tolerance parameter
Co-authored-by: Copilot <[email protected]>
1 parent 0117715 commit e136699

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/acceptance/test_3dof_flight.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
WEATHERCOCK_COEFFICIENTS = [0.0, 0.5, 1.0, 2.0] # Test weathercock coefficients
3636
# Note: Weathercocking effects are verified by checking for changes in trajectory
3737
# rather than specific tolerance values, as the magnitude is hard to quantify
38-
LATERAL_INCREASE_THRESHOLD = 0.5 # Minimum lateral displacement increase (meters)
3938
# LAUNCH_INCLINATION and LAUNCH_HEADING imported from flight_fixtures
4039
MASS_TOLERANCE = 0.001 # kg
4140
THRUST_TOLERANCE = 1e-6 # N

0 commit comments

Comments
 (0)