Skip to content
Snippets Groups Projects
Commit e4393cb3 authored by Malte Nyhuis's avatar Malte Nyhuis
Browse files

fix test_midline_from_sides

parent d36563a3
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ def test_midline_from_sides():
ind_hk = 0
ind_vk = res
points = np.stack((X[:-1], Y[:-1], np.zeros(res * 2) - 1)).T
points = np.stack((X[:-1], Y[:-1], np.zeros(res * 2-1))).T
poly = pv.PolyData(points)
ssPoly, psPoly = extractSidePolys(ind_hk, ind_vk, poly)
......
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