Skip to content

Commit

Permalink
fix capitaLIZATION
Browse files Browse the repository at this point in the history
  • Loading branch information
cfe316 committed Oct 3, 2023
1 parent 866c2b4 commit bea9f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/resources/maintenance.jl
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit bea9f3f

Please sign in to comment.