diff --git a/src/model/resources/maintenance.jl b/src/model/resources/maintenance.jl index 9336338df6..0044941bcc 100644 --- a/src/model/resources/maintenance.jl +++ b/src/model/resources/maintenance.jl @@ -1,6 +1,6 @@ const MAINTENANCEDOWNVARS = "MaintenanceDownVariables" const MAINTENANCESHUTVARS = "MaintenanceShutVariables" -const HASMAINT = "has_maiNTENANCE" +const HASMAINT = "HAS_MAINTENANCE" function get_maintenance(df::DataFrame)::Vector{Int} if "MAINT" in names(df)