[interpolatable] Minor names var use repr

This commit is contained in:
Behdad Esfahbod 2023-11-29 23:00:21 -05:00
parent 13ef1ba2f0
commit 182c6d24d4

View File

@ -393,8 +393,7 @@ def test_gen(
kinkiness *= 0.01
assert 0 <= kinkiness
if names is None:
names = glyphsets
names = names or [repr(g) for g in glyphsets]
if glyphs is None:
# `glyphs = glyphsets[0].keys()` is faster, certainly, but doesn't allow for sparse TTFs/OTFs given out of order