Skip to content

Commit 8756901

Browse files
CopilotaZira371
andcommitted
Apply ruff formatting to 3DOF acceptance tests
Co-authored-by: aZira371 <99824864+aZira371@users.noreply.github.com>
1 parent 6247d49 commit 8756901

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/acceptance/test_3dof_flight.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)