diff --git a/switch_model/solve.py b/switch_model/solve.py index 317925f3..25513468 100755 --- a/switch_model/solve.py +++ b/switch_model/solve.py @@ -208,7 +208,7 @@ def debug(type, value, tb): print(f"Post solve processing completed in {timer.step_time_as_str()}.") if instance.options.graph: - graph_main(args=["--overwrite"]) + graph_main(args=["--overwrite", "--skip-long"]) total_time = start_to_end_timer.step_time_as_str() add_info("Total run time", total_time, section=ResultsInfoSection.GENERAL)