Skip to content

Commit

Permalink
Update examples/tuple_as_labels/tuple_as_label.py
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Kochems <[email protected]>
  • Loading branch information
p-snft and jokochems authored Nov 25, 2024
1 parent 6909370 commit cacc09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tuple_as_labels/tuple_as_label.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def main():
# create storage object representing a battery
nominal_storage_capacity = 5000
storage = comp.GenericStorage(
nominal_capacity=nominal_storage_capacity,
nominal_capacity=nominal_capacity,
label=Label("storage", "electricity", "battery"),
inputs={
bel: flows.Flow(nominal_capacity=nominal_storage_capacity / 6)
Expand Down

0 comments on commit cacc09d

Please sign in to comment.