Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf committed Jan 18, 2024
1 parent 92fbb02 commit a9adb78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion floris/tools/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,11 @@ def calculate_horizontal_plane_with_turbines(
# Place the test turbine at this location and calculate wake
layout_x_test[-1] = x
layout_y_test[-1] = y
fi.reinitialize(layout_x = layout_x_test, layout_y = layout_y_test, turbine_type = turbine_types_test)
fi.reinitialize(
layout_x=layout_x_test,
layout_y=layout_y_test,
turbine_type=turbine_types_test
)
fi.calculate_wake(yaw_angles=yaw_angles)

# Get the velocity of that test turbines central point
Expand Down

0 comments on commit a9adb78

Please sign in to comment.