File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 -------
You can’t perform that action at this time.
0 commit comments