Skip to content

Commit ece6389

Browse files
committed
Bug fix
1 parent e184393 commit ece6389

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

windpowerlib/wind_turbine.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,8 @@ def load_turbine_data_from_oedb():
388388
on='turbine_type').set_index('turbine_type')
389389
curves_df.to_csv(filename.format('{}s'.format(curve_type)))
390390

391-
return turbine_data
391+
return turbine_data
392+
392393

393394
def get_turbine_types(print_out=True, filter_=True):
394395
r"""

0 commit comments

Comments
 (0)