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 d5b9f37 commit 3d1a6edCopy full SHA for 3d1a6ed
1 file changed
tests/integration/simulation/test_flight_3dof.py
@@ -239,10 +239,8 @@ def test_weathercock_nonzero_evolves_attitude(flight_weathercock_pos):
239
240
Parameters
241
----------
242
- example_plain_env : rocketpy.Environment
243
- A basic environment fixture for flight simulation.
244
- point_mass_rocket : rocketpy.PointMassRocket
245
- A point mass rocket fixture for 3-DOF simulation.
+ flight_weathercock_pos : rocketpy.simulation.Flight
+ A Flight fixture with a positive weathercock coefficient for 3-DOF simulation.
246
"""
247
flight = flight_weathercock_pos
248
# Create a state with misaligned body axis
0 commit comments