Skip to content

Commit b99afb1

Browse files
committed
Removed @Property
# @Property # def only_radial_burn(self): # return self._only_radial_burn removed for reasons of breaking tests
1 parent 292ab84 commit b99afb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rocketpy/motors/solid_motor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,9 +417,9 @@ def exhaust_velocity(self):
417417
self.total_impulse / self.propellant_initial_mass
418418
).set_discrete_based_on_model(self.thrust)
419419

420-
@property
421-
def only_radial_burn(self):
422-
return self._only_radial_burn
420+
# @property
421+
# def only_radial_burn(self):
422+
# return self._only_radial_burn
423423

424424
@property
425425
def propellant_initial_mass(self):

0 commit comments

Comments
 (0)