Skip to content

Commit a179962

Browse files
aZira371Copilot
andauthored
MNT: Update of docstring in test_flight_3dof.py
- MNT: correction of docstring now that fixtures are used. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9afa353 commit a179962

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/integration/simulation/test_flight_3dof.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,8 @@ def test_weathercock_aligned_no_evolution(flight_weathercock_pos):
265265
266266
Parameters
267267
----------
268-
example_plain_env : rocketpy.Environment
269-
A basic environment fixture for flight simulation.
270-
point_mass_rocket : rocketpy.PointMassRocket
271-
A point mass rocket fixture for 3-DOF simulation.
268+
flight_weathercock_pos : rocketpy.Flight
269+
A Flight fixture configured for weathercocking tests with a nonzero initial angle.
272270
"""
273271
flight = flight_weathercock_pos
274272
# Body pointing in +x direction (into the wind for vx=50)

0 commit comments

Comments
 (0)