While working on the tutorials we fould a bug with when evaluating expressions.
We fixed it by adding as_expression(serialize( in substitute function in sympy_backend.py.
However, this incurs extra cost as it generates an unnecessary roundtrip. Needs to be solved more reliably – @dexter2206 could you share the idea you had before we forget?
While working on the tutorials we fould a bug with when evaluating expressions. We fixed it by adding
as_expression(serialize(
insubstitute
function insympy_backend.py
. However, this incurs extra cost as it generates an unnecessary roundtrip. Needs to be solved more reliably – @dexter2206 could you share the idea you had before we forget?