Skip to content

Commit fcdb75a

Browse files
committed
Adapt wind turbine library name
1 parent 76ea06c commit fcdb75a

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
@@ -260,7 +260,7 @@ def get_turbine_data_from_file(turbine_type, path):
260260
return wpp_df
261261

262262

263-
def load_turbine_data_from_oedb(schema='supply', table='turbine_library'):
263+
def load_turbine_data_from_oedb(schema='supply', table='wind_turbine_library'):
264264
r"""
265265
Loads turbine library from the OpenEnergy database (oedb).
266266

0 commit comments

Comments
 (0)