Skip to content

Commit f2a9c9f

Browse files
Merge branch 'develop' into pr/Rickisterr/817
2 parents dc51df8 + 75b8e5f commit f2a9c9f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

rocketpy/stochastic/stochastic_aero_surfaces.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)