symmath_check.py
13.1 KB
-
Fixed a bug in symmath_check(): one of the if statements · 862ce67b
evaluated bool(ans), which is False when ans=0. This led to an error message "[symmath_check] failed to get MathML for input; dynamath=[None]" when the function reached a later condition. The check that evaluated bool(ans) was redundant, so I removed it.
Will Daly committed