Skip to content
Snippets Groups Projects
Commit 728d822b authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

TEST: Error in test

parent 65efc89f
No related branches found
No related tags found
No related merge requests found
...@@ -245,7 +245,7 @@ def test_needsFixing(): ...@@ -245,7 +245,7 @@ def test_needsFixing():
verts = np.array(CUBE_VERTICES) verts = np.array(CUBE_VERTICES)
tris_cw = np.array(CUBE_TRIANGLES_CW) tris_cw = np.array(CUBE_TRIANGLES_CW)
tris_ccw = np.array(CUBE_TRIANGLES_CCW) tris_ccw = np.array(CUBE_TRIANGLES_CCW)
fnormals = np.array(CUBE_CCW_VERTEX_NORMALS) fnormals = np.array(CUBE_CCW_FACE_NORMALS)
blo = verts.min(axis=0) blo = verts.min(axis=0)
bhi = verts.max(axis=0) bhi = verts.max(axis=0)
mesh = fslmesh.Mesh(tris_cw, vertices=verts, fixWinding=True) mesh = fslmesh.Mesh(tris_cw, vertices=verts, fixWinding=True)
......
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