From 777abf99a788c1c6482d273c1d8dc421f30157bf Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 14 May 2024 15:19:11 -0400 Subject: [PATCH] Update solve.py --- switch_model/solve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/switch_model/solve.py b/switch_model/solve.py index 317925f33..255134683 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)