[interpolatable] Downgrade assert
This commit is contained in:
parent
6b4e2e7147
commit
86b5d7103d
@ -308,8 +308,10 @@ def test(glyphsets, glyphs=None, names=None):
|
|||||||
break
|
break
|
||||||
|
|
||||||
for i, (m0, m1) in enumerate(zip(allContourIsomorphisms[:-1], allContourIsomorphisms[1:])):
|
for i, (m0, m1) in enumerate(zip(allContourIsomorphisms[:-1], allContourIsomorphisms[1:])):
|
||||||
|
if len(m0) != len(m1):
|
||||||
|
# We already reported this
|
||||||
|
continue
|
||||||
if not m0:
|
if not m0:
|
||||||
assert not m1
|
|
||||||
continue
|
continue
|
||||||
for contour0,contour1 in zip(m0,m1):
|
for contour0,contour1 in zip(m0,m1):
|
||||||
c0 = contour0[0]
|
c0 = contour0[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user