File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,7 @@ You can install this version by running `pip install rocketpy==1.3.0`
307307
308308### Fixed
309309
310+ - BUG: Fixes StochasticNoseCone powerseries issue #838 [ #839 ] ( https://github.com/RocketPy-Team/RocketPy/pull/839 )
310311- MNT: Alter PYPI classifier naming. [ #615 ] ( https://github.com/RocketPy-Team/RocketPy/pull/615 )
311312- DOC: Solve Dependencies Conflicts and pyproject build [ #613 ] ( https://github.com/RocketPy-Team/RocketPy/pull/613 )
312313- BUG: Fixes nose cone bluffness issue #610 [ #611 ] ( https://github.com/RocketPy-Team/RocketPy/pull/611 )
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ def __init__(
5454 base_radius = None ,
5555 bluffness = None ,
5656 rocket_radius = None ,
57+ power = None ,
5758 ):
5859 """Initializes the Stochastic Nose Cone class.
5960
@@ -84,6 +85,7 @@ def __init__(
8485 base_radius = base_radius ,
8586 bluffness = bluffness ,
8687 rocket_radius = rocket_radius ,
88+ power = power ,
8789 name = None ,
8890 )
8991
You can’t perform that action at this time.
0 commit comments