The statement sympy"eye"(3) does not result in a warning in julia version 0.7.
In julia version 1.3 however, it elicicts UndefVarError: @sympy_str not defined
How would this function get invoked now?
Figured out one workaround: Array{Sym}(I(3))
Is this what is intended now?