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 8cef755 commit 17b502fCopy full SHA for 17b502f
rocketpy/simulation/flight.py
@@ -764,11 +764,11 @@ def __simulate(self, verbose):
764
self, "parachute_cd_s", parachute_cd_s
765
),
766
lambda self,
767
- parachute_radius=parachute.parachute_radius: setattr(
+ parachute_radius=parachute.radius: setattr(
768
self, "parachute_radius", parachute_radius
769
770
771
- parachute_height=parachute.parachute_height: setattr(
+ parachute_height=parachute.height: setattr(
772
self, "parachute_height", parachute_height
773
774
lambda self, parachute_porosity=parachute.porosity: setattr(
0 commit comments