Open willsower opened 3 years ago
$\gcd(n, r) r$
Causes an infinite while loop in the _convert function from sympytossml.py. Going through pre processing the actual function given to sympytossml.py is the following
_convert
sympytossml.py.
r*gcd(n*r)
added assert to prevent infinite loop
Current code no longer errors at $\gcd(n, r) r$ but still errors at $\gcd(C) := \gcd(T_1, \dotsc, T_k)$
$\gcd(C) := \gcd(T_1, \dotsc, T_k)$
Causes an infinite while loop in the
_convert
function fromsympytossml.py.
Going through pre processing the actual function given to sympytossml.py is the following