You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description calculate_horizontal_plane, calculate_cross_plane, and calculate_y_plane use a zero yaw angles if called with yaw_angles=None. A more intuitive behavior to me is to use the existing yaw angles from self.floris.farm.yaw_angles.
To Reproduce
Run any case with non-zero yaw angles.
Call calculate_horiziontal_plane (for example) on the case, and pass the result to visualize_cut_plane.
Observe from the output that the flow corresponds to that of zero yaw angles.
Expected behavior
I would have expected to default to the existing yaw angles from self.floris.farm.yaw_angles instead.
Floris Version
3.1
System Information (please complete the following information):