Skip to content

Commit 07236bd

Browse files
committed
Merge branch 'dev' into concat_without_sorting
2 parents 1189a45 + fcdb75a commit 07236bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windpowerlib/wind_turbine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def get_turbine_data_from_file(turbine_type, path):
270270
return wpp_df
271271

272272

273-
def load_turbine_data_from_oedb(schema='supply', table='turbine_library'):
273+
def load_turbine_data_from_oedb(schema='supply', table='wind_turbine_library'):
274274
r"""
275275
Loads turbine library from the OpenEnergy database (oedb).
276276

0 commit comments

Comments
 (0)