Skip to content

Commit

Permalink
battery bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrunik committed Aug 21, 2024
1 parent a3adafd commit 4e8585b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hopp/simulation/hybrid_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def set_om_costs(self, pv_om_per_kw=None, wind_om_per_kw=None,
if battery_om_per_kw:
self.battery.om_capacity = battery_om_per_kw
if battery_om_per_mwh:
self.pv.om_production = battery_om_per_mwh
self.battery.om_production = battery_om_per_mwh

if hybrid_om_per_kw:
self.grid.om_capacity = hybrid_om_per_kw
Expand Down

0 comments on commit 4e8585b

Please sign in to comment.