You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When simulating a Rocket with two Parachute instances in the Flight class and setting the time_overshoot attribute to False, several functions return undefined values: stability_margin, mach_number, free_stream_speed, stream_velocity_x, wind_velocity_x, and z.
As a result, running a MonteCarlo simulation with this setup raises a ValueError because these values can't be retrieved.
Interestingly, the issue doesn’t occur when the Rocket has only one of those Parachute instances — it works fine regardless of which one is used.