Skip to content

Commit d5b9f37

Browse files
aZira371Copilot
andauthored
Update tests/integration/simulation/test_flight_3dof.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent dc18ed8 commit d5b9f37

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

tests/integration/simulation/test_flight_3dof.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,9 @@ def test_weathercock_zero_gives_fixed_attitude(flight_weathercock_zero):
217217
218218
Parameters
219219
----------
220-
example_plain_env : rocketpy.Environment
221-
A basic environment fixture for flight simulation.
222-
point_mass_rocket : rocketpy.PointMassRocket
223-
A point mass rocket fixture for 3-DOF simulation.
220+
flight_weathercock_zero : rocketpy.simulation.Flight
221+
A Flight fixture with weathercock_coeff set to 0. Used to verify that
222+
the attitude (quaternion) does not evolve when weathercocking is disabled.
224223
"""
225224
flight = flight_weathercock_zero
226225
# Create a state vector with non-zero velocity (to have freestream)

0 commit comments

Comments
 (0)