Skip to content

Commit 312f137

Browse files
committed
ENH: remove unecessary static margin discritization
1 parent 80c712c commit 312f137

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rocketpy/rocket/rocket.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,9 +511,6 @@ def evaluate_static_margin(self):
511511
/ (2 * self.radius)
512512
* self._csys
513513
)
514-
self.static_margin.set_discrete(
515-
lower=0, upper=self.motor.burn_out_time, samples=200
516-
)
517514
return self.static_margin
518515

519516
def evaluate_dry_inertias(self):

0 commit comments

Comments
 (0)