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 c9ae085 commit 150a69dCopy full SHA for 150a69d
example/basic_example.py
@@ -75,7 +75,7 @@ def read_weather_data(filename, datetime_column='Unnamed: 0',
75
enerconE126 = {
76
'hub_height': 135,
77
'd_rotor': 127,
78
- 'fetch_curve': 'P', # 'P' vor p-curve and 'cp' for cp-curve
+ 'fetch_curve': 'P', # 'P' for p-curve and 'cp' for cp-curve
79
'turbine_name': 'ENERCON E 126 7500'} # Turbine name as in register. Use
80
# wind_turbine.get_turbine_types()
81
# for a full list.
0 commit comments