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 301e08f commit b18b9bfCopy full SHA for b18b9bf
rocketpy/simulation/flight.py
@@ -770,11 +770,11 @@ def __simulate(self, verbose):
770
self, "parachute_cd_s", parachute_cd_s
771
),
772
lambda self,
773
- parachute_radius=parachute.parachute_radius: setattr(
+ parachute_radius=parachute.radius: setattr(
774
self, "parachute_radius", parachute_radius
775
776
777
- parachute_height=parachute.parachute_height: setattr(
+ parachute_height=parachute.height: setattr(
778
self, "parachute_height", parachute_height
779
780
lambda self, parachute_porosity=parachute.porosity: setattr(
0 commit comments