Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
killian-scalian committed Jan 8, 2025
1 parent 234798e commit f0bd8f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/input_converter/test_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,9 +271,7 @@ def test_convert_thermals_to_input_study(self, local_study_with_renewable):
assert thermals_components[0].parameters[1].type == "constant"
assert thermals_components[0].parameters[2].name == "nominal_capacity"
assert thermals_components[0].parameters[2].type == "constant"
assert (
thermals_components[0].parameters[3].name == "p_max_cluster"
)
assert thermals_components[0].parameters[3].name == "p_max_cluster"
assert thermals_components[0].parameters[3].type == "timeseries"

# To ensure that the comparison between the actual and expected results is not affected by the order of the nodes,
Expand Down

0 comments on commit f0bd8f5

Please sign in to comment.