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