File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -265,9 +265,7 @@ def test_3dof_weathercocking_affects_trajectory(
265265
266266 # They should be reasonably close but not identical
267267 apogee_difference = abs (apogee_no_wc - apogee_with_wc )
268- assert apogee_difference > 0.1 , (
269- "Weathercocking should affect apogee altitude"
270- )
268+ assert apogee_difference > 0.1 , "Weathercocking should affect apogee altitude"
271269
272270 # Both should still be in reasonable range
273271 assert 500 < apogee_no_wc < 3000
@@ -445,7 +443,9 @@ def test_3dof_flight_thrust_profile(flight_3dof_no_weathercock):
445443 assert abs (thrust_after_burnout ) < 1e-6 , "Thrust should be zero after burnout"
446444
447445
448- def test_3dof_flight_reproducibility (acceptance_environment , acceptance_point_mass_rocket ):
446+ def test_3dof_flight_reproducibility (
447+ acceptance_environment , acceptance_point_mass_rocket
448+ ):
449449 """Test that 3 DOF flights are reproducible.
450450
451451 Running the same simulation multiple times should produce identical results.
You can’t perform that action at this time.
0 commit comments