Skip to content

Commit d902810

Browse files
committed
Delete unnecessary line
1 parent ceb34cb commit d902810

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_modelchain.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ class TestModelChain:
1313
def setup_class(self):
1414
self.test_turbine = {'hub_height': 100,
1515
'd_rotor': 80,
16-
'turbine_name': 'ENERCON E 126 7500',
17-
'fetch_curve': 'p'}
16+
'turbine_name': 'ENERCON E 126 7500'}
1817

1918
def test_v_wind_hub(self):
2019
# Test modelchain with wind_model='logarithmic'

0 commit comments

Comments
 (0)