one of the asserts was incorrect ... perhaps the other one can be removed?

This commit is contained in:
Stephen M. McQuay 2012-05-18 01:01:23 -06:00
parent 7d89a5778b
commit 88cfd0f6a6
1 changed files with 0 additions and 1 deletions

View File

@ -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 ...