Makie plot recipes for ODESolution
won't work for ODEProblem
of vectorial state with parameters
#889
Labels
bug
Something isn't working
Describe the bug 🐞
Attempting to plot the
ODESolution
to anODEProblem
with (trivially) vectorial state and (trivial) parameters, usingGLMakie
, results in ambiguity during dispatch. Making the state scalar instead resolves the issue, as does omitting the parameters when defining theODEProblem
. Of course, in the real use case, the state is nontrivially vectorial and there are actual parameters.Expected behavior
A nice plot appears.
Minimal Reproducible Example 👇
Error & Stacktrace⚠️
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: