From 88cfd0f6a69e85cbf0c5665d6458a31b77fa7925 Mon Sep 17 00:00:00 2001 From: "Stephen M. McQuay" Date: Fri, 18 May 2012 01:01:23 -0600 Subject: [PATCH] one of the asserts was incorrect ... perhaps the other one can be removed? --- surf/subd/cc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/surf/subd/cc.py b/surf/subd/cc.py index 2d37ed6..3b4dfbf 100644 --- a/surf/subd/cc.py +++ b/surf/subd/cc.py @@ -103,7 +103,6 @@ def refine(mesh): # evid connected to both the vid and the fvid (2 vids) evids_for_vid = [e + e_vert_offset for e in mesh.edges_for_vert[connected_vid]] - assert len(evids_for_vid) == 3 common_ids = list(set(evids_for_vid) & set(evids_for_current_face)) assert len(common_ids) == 2 # then connect the (4) vids together ...