Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Maya Mutic authored and Maya Mutic committed May 17, 2024
1 parent fba0db6 commit 1a16c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/case_runners/case_runner.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a16c37

Please sign in to comment.