From 660be62991b79c63f1ff1f3df20bce3d11d74ab1 Mon Sep 17 00:00:00 2001
From: many <VC6l9uBUTvTlcIjrI7sn>
Date: Fri, 18 Nov 2022 16:21:35 +0100
Subject: [PATCH] fix test

---
 tests/turbo/test_ntrfc_probegeneration.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/turbo/test_ntrfc_probegeneration.py b/tests/turbo/test_ntrfc_probegeneration.py
index 6a7d8d6c..6c9a9882 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
-- 
GitLab