From 1a16c376e24eea9f3726c8cc6edceb1bdb175d0a Mon Sep 17 00:00:00 2001 From: Maya Mutic Date: Fri, 17 May 2024 09:54:55 -0500 Subject: [PATCH] Update --- 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 38e6f523ce..0fd002b206 100644 --- a/src/case_runners/case_runner.jl +++ b/src/case_runners/case_runner.jl @@ -110,7 +110,7 @@ function run_genx_case_multistage!(case::AbstractString, mysetup::Dict, optimize # NEW: Call configure_settings_multistage(multistage_settings) to merge default settings with those specified in the YAML file multistage_settings = get_settings_path(case, "multi_stage_settings.yml") # Multi stage settings YAML file path mysetup["MultiStageSettingsDict"] = configure_settings_multistage(multistage_settings) - + ### Cluster time series inputs if necessary and if specified by the user if mysetup["TimeDomainReduction"] == 1 tdr_settings = get_settings_path(case, "time_domain_reduction_settings.yml") # Multi stage settings YAML file path