Skip to content

Commit 871921d

Browse files
Update src/models/flight.py
Co-authored-by: Gui-FernandesBR <63590233+Gui-FernandesBR@users.noreply.github.com>
1 parent 7f539ee commit 871921d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/flight.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class FlightModel(ApiBaseModel):
1313
rocket: RocketModel
1414
rail_length: float = 1
1515
time_overshoot: bool = True
16-
terminate_on_apogee: bool = True
16+
terminate_on_apogee: bool = False
1717
equations_of_motion: Literal['standard', 'solid_propulsion'] = 'standard'
1818

1919
# Optional parameters

0 commit comments

Comments
 (0)