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 fec6bad commit 149ea9eCopy full SHA for 149ea9e
rocketpy/simulation/flight.py
@@ -767,7 +767,7 @@ def __simulate(self, verbose):
767
parachute_radius=parachute.parachute_radius: setattr(
768
self, "parachute_radius", parachute_radius
769
),
770
- lambda self, parachute_height=parachute.height: setattr(
+ lambda self, parachute_height=parachute.parachute_height: setattr(
771
self, "parachute_height", parachute_height
772
773
lambda self, parachute_porosity=parachute.porosity: setattr(
0 commit comments