Skip to content

Commit 7f8a747

Browse files
committed
Remove useless comment
1 parent 6f8b112 commit 7f8a747

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

windpowerlib/data.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ def store_turbine_data_from_oedb(
185185
# standard file name for saving data
186186
filename = os.path.join(os.path.dirname(__file__), "oedb", "{0}.csv")
187187

188-
# get all power (coefficient) curves and save to file
189-
# for curve_type in ['power_curve', 'power_coefficient_curve']:
188+
# get all power (coefficient) curves and save them to file
190189
for curve_type in ["power_curve", "power_coefficient_curve"]:
191190
curves_df = pd.DataFrame(columns=["wind_speed"])
192191
for index in turbine_data.index:

0 commit comments

Comments
 (0)