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 cacc09d commit 9b137cd
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 @@ -235,7 +235,7 @@ def main():
)

# create storage object representing a battery
nominal_storage_capacity = 5000
nominal_capacity = 5000
storage = comp.GenericStorage(
nominal_capacity=nominal_capacity,
label=Label("storage", "electricity", "battery"),
Expand Down

0 comments on commit 9b137cd

Please sign in to comment.