Re-formatted the codes

This commit is contained in:
Jun He
2023-03-31 15:11:47 -04:00
parent b2ed0f67c1
commit 3564358a63
3 changed files with 9 additions and 11 deletions

View File

@@ -120,9 +120,7 @@ function _aelmp_check_parameters(
)
# CHECK: model cannot have multiple scenarios
if length(instance.scenarios) > 1
error(
"The method does NOT support multiple scenarios.",
)
error("The method does NOT support multiple scenarios.")
end
sc = instance.scenarios[1]
# CHECK: model must be solved if allow_offline_participation=false