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