mirror of
https://github.com/ANL-CEEESA/UnitCommitment.jl.git
synced 2025-12-06 16:28:51 -06:00
Rename Unit to ThermalUnit
This commit is contained in:
@@ -15,7 +15,7 @@ Returns the number of validation errors found.
|
||||
function repair!(sc::UnitCommitmentScenario)::Int
|
||||
n_errors = 0
|
||||
|
||||
for g in sc.units
|
||||
for g in sc.thermal_units
|
||||
|
||||
# Startup costs and delays must be increasing
|
||||
for s in 2:length(g.startup_categories)
|
||||
|
||||
Reference in New Issue
Block a user