Skip to content

Commit b0b3ff6

Browse files
ENH: updates the standard_output of monte carlo export
1 parent b36089b commit b0b3ff6

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

rocketpy/simulation/monte_carlo.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -280,18 +280,15 @@ def __check_export_list(self, export_list):
280280
"apogee_time",
281281
"apogee_x",
282282
"apogee_y",
283-
# "apogee_freestream_speed",
284283
"t_final",
285284
"x_impact",
286285
"y_impact",
287286
"impact_velocity",
288-
# "initial_stability_margin", # Needs to implement it!
289-
# "out_of_rail_stability_margin", # Needs to implement it!
287+
"initial_stability_margin",
288+
"out_of_rail_stability_margin",
290289
"out_of_rail_time",
291290
"out_of_rail_velocity",
292-
# "max_speed",
293291
"max_mach_number",
294-
# "max_acceleration_power_on",
295292
"frontal_surface_wind",
296293
"lateral_surface_wind",
297294
}

0 commit comments

Comments
 (0)