Skip to content

Commit d5a7bab

Browse files
committed
Add sections to whatsnew and correct docstring
1 parent 9d6e95d commit d5a7bab

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

doc/whatsnew/v0-1-2.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
v0.1.2 ()
22
++++++++++++++++++++++++++++++
33

4+
New features
5+
############
6+
7+
8+
Documentation
9+
#############
10+
11+
12+
Testing
13+
#######
14+
15+
16+
Bug fixes
17+
#########
18+
19+
420
Other changes
521
#############
622
* Make windpowerlib work offline: turbine data from oedb is stored in a hdf5 file for offline usage

windpowerlib/turbine_cluster_modelchain.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class TurbineClusterModelChain(ModelChain):
2424
A :class:`~.wind_farm.WindFarm` object representing the wind farm or
2525
a :class:`~.wind_turbine_cluster.WindTurbineCluster` object
2626
representing the wind turbine cluster.
27-
wake_losses_model : string
27+
wake_losses_model : string or None
2828
Defines the method for talking wake losses within the farm into
2929
consideration. Options: None, 'power_efficiency_curve' or
3030
'constant_efficiency' or the name of a wind efficiency curve like
@@ -82,7 +82,7 @@ class TurbineClusterModelChain(ModelChain):
8282
A :class:`~.wind_farm.WindFarm` object representing the wind farm or
8383
a :class:`~.wind_turbine_cluster.WindTurbineCluster` object
8484
representing the wind turbine cluster.
85-
wake_losses_model : string
85+
wake_losses_model : string or None
8686
Defines the method for talking wake losses within the farm into
8787
consideration. Options: None, 'power_efficiency_curve' or
8888
'constant_efficiency' or the name of a wind efficiency curve like

0 commit comments

Comments
 (0)