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 729e20b commit e077b63Copy full SHA for e077b63
tests/test_turbine_cluster_modelchain.py
@@ -40,7 +40,9 @@ def setup_class(self):
40
self.test_turbine_2 = {'hub_height': 90,
41
'rotor_diameter': 60,
42
'turbine_type': 'V90/2000',
43
- 'power_curve': True}
+ 'power_curve': True,
44
+ 'nominal_power': 2000000.0
45
+ }
46
self.test_farm = {'wind_turbine_fleet': [
47
{'wind_turbine':
48
wt.WindTurbine(**self.test_turbine),
0 commit comments