Skip to content

Commit

Permalink
Use full_load_time_min instead of summed_min
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Oct 11, 2023
1 parent 3e02fc5 commit 962abb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/constraint_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1860,8 +1860,8 @@ def test_summed_min_max_source(self):
label="excess",
inputs={
bel: solph.flows.Flow(
summed_min=3,
summed_max=100,
full_load_time_min=3,
full_load_time_max=100,
variable_costs=25,
max=0.8,
nominal_value=10,
Expand Down

0 comments on commit 962abb6

Please sign in to comment.