File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ Attention: The newest changes should be on top -->
4444
4545### Changed
4646
47+ - MNT: allow for exporting of non apogee flights. [ #863 ] ( https://github.com/RocketPy-Team/RocketPy/pull/863 )
4748- TST: remove remaining files after test session. [ #862 ] ( https://github.com/RocketPy-Team/RocketPy/pull/862 )
4849- MNT: bumps min python version to 3.10 [ #857 ] ( https://github.com/RocketPy-Team/RocketPy/pull/857 )
4950- DOC: Update docs dependencies and sub dependencies [ #851 ] ( https://github.com/RocketPy-Team/RocketPy/pull/851 )
Original file line number Diff line number Diff line change @@ -1130,6 +1130,7 @@ def __init_solution_monitors(self):
11301130 self .out_of_rail_time_index = 0
11311131 self .out_of_rail_state = np .array ([0 ])
11321132 self .apogee_state = np .array ([0 ])
1133+ self .apogee = 0
11331134 self .apogee_time = 0
11341135 self .x_impact = 0
11351136 self .y_impact = 0
You can’t perform that action at this time.
0 commit comments