diff --git a/floris/simulation/wake_deflection/gauss.py b/floris/simulation/wake_deflection/gauss.py index 4209b2938..e23da1545 100644 --- a/floris/simulation/wake_deflection/gauss.py +++ b/floris/simulation/wake_deflection/gauss.py @@ -348,7 +348,7 @@ def calculate_effective_yaw_angle( yaw_effective = max_yaw # check edge case, if true, assign min yaw value elif idx_1 == 0 or idx_2 == 0: - yaw_effective = -min_yaw + yaw_effective = min_yaw # for each identified minimum residual, use adjacent points to determine # two equations of line and find the intersection of the two lines to # determine the effective yaw angle to add; the if/else structure is based