Skip to content

Commit 2a7d335

Browse files
fix comments
1 parent 6047147 commit 2a7d335

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ Attention: The newest changes should be on top -->
6161
- BUG: Fix hard-coded radius value for parachute added mass calculation [#889](https://github.com/RocketPy-Team/RocketPy/pull/889)
6262
- DOC: Fix documentation build [#908](https://github.com/RocketPy-Team/RocketPy/pull/908)
6363
- BUG: energy_data plot not working for 3 dof sims [[#906](https://github.com/RocketPy-Team/RocketPy/issues/906)]
64-
- BUG: Fix parallel Monte Carlo simulation showing incorrect iteration count [#806](https://github.com/RocketPy-Team/RocketPy/pull/806)
6564
- BUG: Fix CSV column header spacing in FlightDataExporter [#864](https://github.com/RocketPy-Team/RocketPy/issues/864)
6665
- BUG: Fix parallel Monte Carlo simulation showing incorrect iteration count [#806](https://github.com/RocketPy-Team/RocketPy/pull/806)
6766
- BUG: Fix missing titles in roll parameter plots for fin sets [#934](https://github.com/RocketPy-Team/RocketPy/pull/934)

rocketpy/rocket/rocket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1584,7 +1584,7 @@ def add_parachute(
15841584
canopy area), in [0, 1]. Affects only the added-mass scaling
15851585
during descent; it does not change `cd_s` (drag). The default
15861586
value of 0.0432 yields an `added_mass_coefficient` of
1587-
approximately 1.0.
1587+
approximately 1.0 ("neutral" added-mass behavior).
15881588
15891589
Returns
15901590
-------

0 commit comments

Comments
 (0)