Skip to content

Commit 2b47a60

Browse files
committed
Suppress set_processed_results to save flight path without error
1 parent 972b29d commit 2b47a60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rocketpy/simulation/monte_carlo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ def output_file(self, value):
724724
self.set_outputs_log()
725725
self.set_num_of_loaded_sims()
726726
self.set_results()
727-
self.set_processed_results()
727+
# self.set_processed_results()
728728

729729
@property
730730
def error_file(self):

0 commit comments

Comments
 (0)