Skip to content

Commit

Permalink
Fix plunge cost
Browse files Browse the repository at this point in the history
  • Loading branch information
fboundy committed Apr 11, 2024
1 parent 0e63837 commit b2b63bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/pv_opt/pvpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,6 @@ def optimised_force(self, initial_soc, static_flows, contract: Contract, **kwarg
base_cost = round(contract.net_cost(df).sum(), 1)
if log:
self.log(f"Base cost: {base_cost}")
base_cost = plunge_cost

slots = []

Expand Down

0 comments on commit b2b63bc

Please sign in to comment.