Skip to content
Snippets Groups Projects
Commit 660be629 authored by many's avatar many
Browse files

fix test

parent 378e88a4
No related branches found
No related tags found
1 merge request!10Merge recent changes in master to we_ahrens
Pipeline #8340 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment