Skip to content

Commit

Permalink
Add sections to whatsnew and correct docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
SabineHaas committed Mar 25, 2019
1 parent 9d6e95d commit d5a7bab
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions doc/whatsnew/v0-1-2.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
v0.1.2 ()
++++++++++++++++++++++++++++++

New features
############


Documentation
#############


Testing
#######


Bug fixes
#########


Other changes
#############
* Make windpowerlib work offline: turbine data from oedb is stored in a hdf5 file for offline usage
Expand Down
4 changes: 2 additions & 2 deletions windpowerlib/turbine_cluster_modelchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class TurbineClusterModelChain(ModelChain):
A :class:`~.wind_farm.WindFarm` object representing the wind farm or
a :class:`~.wind_turbine_cluster.WindTurbineCluster` object
representing the wind turbine cluster.
wake_losses_model : string
wake_losses_model : string or None
Defines the method for talking wake losses within the farm into
consideration. Options: None, 'power_efficiency_curve' or
'constant_efficiency' or the name of a wind efficiency curve like
Expand Down Expand Up @@ -82,7 +82,7 @@ class TurbineClusterModelChain(ModelChain):
A :class:`~.wind_farm.WindFarm` object representing the wind farm or
a :class:`~.wind_turbine_cluster.WindTurbineCluster` object
representing the wind turbine cluster.
wake_losses_model : string
wake_losses_model : string or None
Defines the method for talking wake losses within the farm into
consideration. Options: None, 'power_efficiency_curve' or
'constant_efficiency' or the name of a wind efficiency curve like
Expand Down

0 comments on commit d5a7bab

Please sign in to comment.