You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Check if control state starts with "Ribasim." prefix
564
-
ifstartswith(control_state, "Ribasim.")
565
-
# If it does, it must be in the reserved set
566
-
if control_state ∉ RESERVED_CONTROL_STATES
567
-
errors =true
568
-
@error"Unknown reserved control state '$control_state'. Control states starting with 'Ribasim.' must be one of: $(join(RESERVED_CONTROL_STATES, ", "))"
569
-
end
570
-
end
571
-
end
572
-
573
-
return!errors
574
-
end
575
552
576
553
"""
577
554
Check:
@@ -586,9 +563,6 @@ function valid_discrete_control(p::ParametersIndependent, config::Config)::Bool
0 commit comments