Skip to content

Commit 53d5f0c

Browse files
committed
minor changes
1 parent 8a0e3dd commit 53d5f0c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

doc/whatsnew/v0-2-0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ v0.2.0 ()
33

44
New features
55
############
6-
6+
* get_turbine_types() can now be used to get provided turbine types of oedb turbine_library as well as provided turbine types of local files
77

88
Documentation
99
#############

windpowerlib/wind_turbine.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,3 @@ def get_turbine_types(turbine_library='local', print_out=True, filter_=True):
526526
print(curves_df)
527527
pd.reset_option('display.max_rows')
528528
return curves_df
529-
530-
531-
if __name__ == "__main__":

0 commit comments

Comments
 (0)