We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb34cb commit d902810Copy full SHA for d902810
tests/test_modelchain.py
@@ -13,8 +13,7 @@ class TestModelChain:
13
def setup_class(self):
14
self.test_turbine = {'hub_height': 100,
15
'd_rotor': 80,
16
- 'turbine_name': 'ENERCON E 126 7500',
17
- 'fetch_curve': 'p'}
+ 'turbine_name': 'ENERCON E 126 7500'}
18
19
def test_v_wind_hub(self):
20
# Test modelchain with wind_model='logarithmic'
0 commit comments