Dear all,
I have built a function in the same fashion as described in the Getting Started section of the Symbolics.jl documentation (Getting Started with Symbolics.jl · Symbolics.jl). The only thing I changed was adding parallel = Symbolics.MultithreadedForm()
in build_function
. However, when I include the written function and then try to apply the evaluated function, I receive an error regarding Symbolics.var"#noop#398"
.
Thanks in advance,