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 6f8b112 commit 7f8a747Copy full SHA for 7f8a747
windpowerlib/data.py
@@ -185,8 +185,7 @@ def store_turbine_data_from_oedb(
185
# standard file name for saving data
186
filename = os.path.join(os.path.dirname(__file__), "oedb", "{0}.csv")
187
188
- # get all power (coefficient) curves and save to file
189
- # for curve_type in ['power_curve', 'power_coefficient_curve']:
+ # get all power (coefficient) curves and save them to file
190
for curve_type in ["power_curve", "power_coefficient_curve"]:
191
curves_df = pd.DataFrame(columns=["wind_speed"])
192
for index in turbine_data.index:
0 commit comments