Skip to content

Commit 21f2db3

Browse files
committed
Hotfix bug in graphing
1 parent f3e95be commit 21f2db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

switch_model/solve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def debug(type, value, tb):
233233
if instance.options.verbose:
234234
print(f"Post solve processing completed in {timer.step_time_as_str()}.")
235235

236-
if instance.options.run_graph_func:
236+
if instance.options.graph:
237237
graph_main(args=["--overwrite"])
238238

239239
total_time = start_to_end_timer.step_time_as_str()

0 commit comments

Comments
 (0)