Skip to content

Commit

Permalink
Remove outdated comments
Browse files Browse the repository at this point in the history
The attributes exist for all of the storages in the set.
  • Loading branch information
p-snft committed Aug 14, 2024
1 parent d9f7012 commit ccd1b5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/oemof/solph/components/_generic_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,6 @@ def _min_storage_content_invest_rule(_, n, t):
)
return expr

# Set the lower bound of the storage content if the attribute exists
self.min_storage_content = Constraint(
self.MIN_INVESTSTORAGES,
m.TIMEPOINTS,
Expand Down Expand Up @@ -1752,7 +1751,6 @@ def _min_storage_content_invest_rule(_, n, p, t):
)
return expr

# Set the lower bound of the storage content if the attribute exists
self.min_storage_content = Constraint(
self.MIN_INVESTSTORAGES,
m.TIMEINDEX,
Expand Down

0 comments on commit ccd1b5d

Please sign in to comment.