From ab85428d17e33531686c9dd4e6f99eaa7e0008c2 Mon Sep 17 00:00:00 2001 From: Ruaridh Macdonald Date: Thu, 14 Nov 2024 06:36:19 -0500 Subject: [PATCH] Add ScalingSettings to scale_constraints! --- src/case_runners/case_runner.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/case_runners/case_runner.jl b/src/case_runners/case_runner.jl index 861778ea1..196f67d90 100644 --- a/src/case_runners/case_runner.jl +++ b/src/case_runners/case_runner.jl @@ -81,7 +81,7 @@ function run_genx_case_simple!(case::AbstractString, mysetup::Dict, optimizer::A if mysetup["AutoScaling"] == 1 println("Scaling Constraints") - scale_constraints!(EP) + scale_constraints!(EP, mysetup["ScalingSettings"]) end println("Solving Model")