In yaw_optimizer_geometric.py, there is a bug: "in_Jensen_wake = (abs(y_dists) < spread * x_dists + rotor_diameter)" According to the Stanely et al. (2023) https://wes.copernicus.org/articles/8/1341/2023/, it should be "in_Jensen_wake = (abs(y_dists) < spread * x_dists + rotor_diameter/2.)"