Skip to content

Commit

Permalink
ENH: Modify the standard_output, leaving only the crucial items (spee…
Browse files Browse the repository at this point in the history
…dup reasons
  • Loading branch information
Gui-FernandesBR committed Mar 5, 2024
1 parent 8fba210 commit 319fe8f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rocketpy/simulation/monte_carlo.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,18 +274,18 @@ def __check_export_list(self, export_list):
"apogee_time",
"apogee_x",
"apogee_y",
"apogee_freestream_speed",
# "apogee_freestream_speed",
"t_final",
"x_impact",
"y_impact",
"impact_velocity",
# "initial_stability_margin",
# "out_of_rail_stability_margin",
# "initial_stability_margin", # Needs to implement it!
# "out_of_rail_stability_margin", # Needs to implement it!
"out_of_rail_time",
"out_of_rail_velocity",
"max_speed",
# "max_speed",
"max_mach_number",
"max_acceleration_power_on",
# "max_acceleration_power_on",
"frontal_surface_wind",
"lateral_surface_wind",
}
Expand Down

0 comments on commit 319fe8f

Please sign in to comment.