[interpolatable] Log
This commit is contained in:
parent
1463695bd9
commit
e1382c1094
@ -582,13 +582,14 @@ def test_gen(
|
||||
this_tolerance = t / (abs(sin_mid) * kinkiness)
|
||||
|
||||
log.debug(
|
||||
"deviation %g; deviation_ratio %g; sin_mid %g; r_diff %g",
|
||||
"kink: deviation %g; deviation_ratio %g; sin_mid %g; r_diff %g",
|
||||
deviation,
|
||||
deviation_ratio,
|
||||
sin_mid,
|
||||
r_diff,
|
||||
)
|
||||
log.debug("tolerance %g", this_tolerance)
|
||||
continue
|
||||
yield (
|
||||
glyph_name,
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user