diff --git a/tests/turbo/test_ntrfc_probegeneration.py b/tests/turbo/test_ntrfc_probegeneration.py index 6a7d8d6cbea8eba7a423fbed89af9701f8fc98a2..6c9a988218de13c63085898a887ff0da22eabe22 100644 --- a/tests/turbo/test_ntrfc_probegeneration.py +++ b/tests/turbo/test_ntrfc_probegeneration.py @@ -30,7 +30,7 @@ def test_create_midpassageprobes(): res = 240 xs, ys = naca(naca_code, res, half_cosine_spacing=False) sorted_poly = pv.PolyData(np.stack([xs, ys, np.zeros(len(xs))]).T) - sorted_poly.rotate_z(angle,inplace=False) + sorted_poly.rotate_z(angle,inplace=True) sorted_extracted_poly, psPoly, ssPoly, ind_vk, ind_hk, midsPoly, beta_leading, beta_trailing, camber_angle = extract_geo_paras( sorted_poly, 1) nop = 40