Skip to content

Commit b51998b

Browse files
committed
PEP 8 style
1 parent 7eb8fb7 commit b51998b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

windpowerlib/turbine_cluster_modelchain.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ class TurbineClusterModelChain(object):
3737
Default in :py:func:`~.power_curves.smooth_power_curve`: 0.5.
3838
standard_deviation_method : String, optional
3939
Method for calculating the standard deviation for the gaussian
40-
distribution. Options: 'turbulence_intensity', 'Norgaard', 'Staffell_Pfenninger'.
40+
distribution. Options: 'turbulence_intensity', 'Norgaard',
41+
'Staffell_Pfenninger'.
4142
Default in :py:func:`~.power_curves.smooth_power_curve`:
4243
'turbulence_intensity'.
4344
density_correction_order : String
@@ -72,7 +73,8 @@ class TurbineClusterModelChain(object):
7273
Default in :py:func:`~.power_curves.smooth_power_curve`: 0.5.
7374
standard_deviation_method : String, optional
7475
Method for calculating the standard deviation for the gaussian
75-
distribution. Options: 'turbulence_intensity', 'Norgaard', 'Staffell_Pfenninger'.
76+
distribution. Options: 'turbulence_intensity', 'Norgaard',
77+
'Staffell_Pfenninger'.
7678
Default in :py:func:`~.power_curves.smooth_power_curve`:
7779
'turbulence_intensity'.
7880
power_output : pandas.Series

0 commit comments

Comments
 (0)