You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug 🐞
When integrating a vector of symbolic expressions, for example integrate([x]) the result is wrong.
Expected behavior
It should either throw an error because vectors are not supported or should return the correct result, which should be equivalent to element-wise integration integrate.(...)
Minimal Reproducible Example 👇
using Symbolics
using SymbolicNumericIntegration
@variables x
integrate([x])
Environment (please complete the following information):
Describe the bug 🐞
When integrating a vector of symbolic expressions, for example
integrate([x])
the result is wrong.Expected behavior
It should either throw an error because vectors are not supported or should return the correct result, which should be equivalent to element-wise integration
integrate.(...)
Minimal Reproducible Example 👇
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
The text was updated successfully, but these errors were encountered: