Skip to content

Commit cdd39c7

Browse files
committed
Fix ODE min max time step implementation in stochastic flight
1 parent 8fe4704 commit cdd39c7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

rocketpy/stochastic/stochastic_flight.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,6 @@ def create_object(self):
164164
terminate_on_apogee=self.terminate_on_apogee,
165165
time_overshoot=self.time_overshoot,
166166
max_time=self.max_time,
167+
max_time_step=self.max_time_step,
168+
min_time_step=self.min_time_step,
167169
)

0 commit comments

Comments
 (0)