We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36089b commit b0b3ff6Copy full SHA for b0b3ff6
rocketpy/simulation/monte_carlo.py
@@ -280,18 +280,15 @@ def __check_export_list(self, export_list):
280
"apogee_time",
281
"apogee_x",
282
"apogee_y",
283
- # "apogee_freestream_speed",
284
"t_final",
285
"x_impact",
286
"y_impact",
287
"impact_velocity",
288
- # "initial_stability_margin", # Needs to implement it!
289
- # "out_of_rail_stability_margin", # Needs to implement it!
+ "initial_stability_margin",
+ "out_of_rail_stability_margin",
290
"out_of_rail_time",
291
"out_of_rail_velocity",
292
- # "max_speed",
293
"max_mach_number",
294
- # "max_acceleration_power_on",
295
"frontal_surface_wind",
296
"lateral_surface_wind",
297
}
0 commit comments