We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0f78f commit d32558fCopy full SHA for d32558f
src/mpc/structs.jl
@@ -185,7 +185,7 @@ function MPCElectricTariff(d::Dict)
185
tou_demand_rates = get(d, "tou_demand_rates", Float64[])
186
tou_demand_ratchet_time_steps = get(d, "tou_demand_ratchet_time_steps", [])
187
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)
+ # @assert length(tou_demand_rates) == length(tou_demand_ratchet_time_steps) == length(tou_previous_peak_demands)
189
190
# TODO can remove these inputs?
191
fixed_monthly_charge = 0.0
0 commit comments