reformat one line

pull/40/head
Jun He 2 years ago
parent ca092a67ce
commit 8f0661c93f

@ -571,7 +571,10 @@ function _validate_reserve_and_demand(instance, solution, tol = 0.01)
b in sc.buses b in sc.buses
) )
end end
balance = fixed_load - load_curtail - production + ps_load + storage_charge - storage_discharge balance =
fixed_load - load_curtail - production +
ps_load +
storage_charge - storage_discharge
# Verify that production equals demand # Verify that production equals demand
if abs(balance) > tol if abs(balance) > tol

Loading…
Cancel
Save