Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 14, 2025
1 parent 87ef704 commit 8212178
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/add_electricity.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,9 @@ def attach_storageunits(n, costs, number_microgrids, technologies, extendable_ca
efficiency_dispatch=costs.at[
lookup_dispatch["battery"], "efficiency"
], # Lead_acid and lithium have the same value
max_hours=max_hours["battery"], # Lead_acid and lithium have the same value
max_hours=max_hours[
"battery"
], # Lead_acid and lithium have the same value
cyclic_state_of_charge=True,
)

Expand Down

0 comments on commit 8212178

Please sign in to comment.