From f0bd8f5f179c46ceb5ee674c2f0702048431dc48 Mon Sep 17 00:00:00 2001 From: killian-scalian Date: Wed, 8 Jan 2025 10:46:58 +0100 Subject: [PATCH] lint --- tests/input_converter/test_converter.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/input_converter/test_converter.py b/tests/input_converter/test_converter.py index 0e7bbf4..5d19b10 100644 --- a/tests/input_converter/test_converter.py +++ b/tests/input_converter/test_converter.py @@ -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,