We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afa353 commit a179962Copy full SHA for a179962
tests/integration/simulation/test_flight_3dof.py
@@ -265,10 +265,8 @@ def test_weathercock_aligned_no_evolution(flight_weathercock_pos):
265
266
Parameters
267
----------
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.
+ flight_weathercock_pos : rocketpy.Flight
+ A Flight fixture configured for weathercocking tests with a nonzero initial angle.
272
"""
273
flight = flight_weathercock_pos
274
# Body pointing in +x direction (into the wind for vx=50)
0 commit comments