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 02de507 commit d97ba24Copy full SHA for d97ba24
rocketpy/motors/hybrid_motor.py
@@ -215,8 +215,8 @@ def __init__( # pylint: disable=too-many-arguments
215
reshape_thrust_curve=False,
216
interpolation_method="linear",
217
coordinate_system_orientation="nozzle_to_combustion_chamber",
218
- only_radial_burn=True,
219
reference_pressure=None,
+ only_radial_burn=True,
220
):
221
"""Initialize Motor class, process thrust curve and geometrical
222
parameters and store results.
@@ -364,8 +364,8 @@ class Function. Thrust units are Newtons.
364
reshape_thrust_curve,
365
interpolation_method,
366
coordinate_system_orientation,
367
- only_radial_burn,
368
reference_pressure,
+ only_radial_burn,
369
)
370
371
self.positioned_tanks = self.liquid.positioned_tanks
0 commit comments