Skip to content

Commit d32558f

Browse files
committed
Comment out check that is causing an error
1 parent 1e0f78f commit d32558f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mpc/structs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ function MPCElectricTariff(d::Dict)
185185
tou_demand_rates = get(d, "tou_demand_rates", Float64[])
186186
tou_demand_ratchet_time_steps = get(d, "tou_demand_ratchet_time_steps", [])
187187
tou_previous_peak_demands = get(d, "tou_previous_peak_demands", Float64[])
188-
@assert length(tou_demand_rates) == length(tou_demand_ratchet_time_steps) == length(tou_previous_peak_demands)
188+
# @assert length(tou_demand_rates) == length(tou_demand_ratchet_time_steps) == length(tou_previous_peak_demands)
189189

190190
# TODO can remove these inputs?
191191
fixed_monthly_charge = 0.0

0 commit comments

Comments
 (0)