Skip to content

Commit 5de3ee7

Browse files
cazzopardiGui-FernandesBR
authored andcommitted
BUG: pass power parameter into StochasticModel to allow variation
1 parent 7143ad3 commit 5de3ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocketpy/stochastic/stochastic_aero_surfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def __init__(
8585
base_radius=base_radius,
8686
bluffness=bluffness,
8787
rocket_radius=rocket_radius,
88-
power=None,
88+
power=power,
8989
name=None,
9090
)
9191

0 commit comments

Comments
 (0)