Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Nov 24, 2023
1 parent c2175a9 commit b12a24f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/oemof/solph/flows/_non_convex_flow_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,10 +447,6 @@ def _inactivity_costs(self):

return inactivity_costs

@staticmethod
def _time_step_allows_flexibility(t, max_up_down, last_step):
return max_up_down <= t <= last_step - max_up_down

def _min_downtime_constraint(self):
r"""
.. math::
Expand Down

0 comments on commit b12a24f

Please sign in to comment.