Skip to content

Commit

Permalink
Adhere to Black
Browse files Browse the repository at this point in the history
  • Loading branch information
p-snft committed Oct 12, 2023
1 parent 01ebeaa commit f677ad9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/constraint_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,9 @@ def test_storage_invest_4(self):
label="storage4",
inputs={bel: solph.flows.Flow(nominal_value=80)},
outputs={bel: solph.flows.Flow(nominal_value=100)},
nominal_storage_capacity=solph.Investment(ep_costs=145, maximum=500),
nominal_storage_capacity=solph.Investment(
ep_costs=145, maximum=500
),
)
self.energysystem.add(bel, storage)
self.compare_lp_files("storage_invest_4.lp")
Expand Down

0 comments on commit f677ad9

Please sign in to comment.