Sam Isaacson
Sam Isaacson
OK, I've verified the issue appears with SciMLBase 2.12 which had only this PR: https://github.com/SciML/SciMLBase.jl/pull/572 which updated the plot recipe to use SII. So it seems that changed the indexing...
I transferred this to SciMLBase, since my understanding is this requires changes in how the plot recipe works and isn't something we can handle at the level of JumpProcesses currently.
It does seem like it would be nice to have an interface to separate internal solver variables from user variables that could be used by both solution evaluation and plot...
The strange thing here though is that the presence of a function argument `(x,y)` changes the output.
i.e. if there is no argument everything works.
Is there any workaround you can think of? (Like somehow modifying the generated expression?) I probably can't turn off any of these options that Symbolics has turned on in the...
Ok, thanks for looking into it! 🤞 it is easier than you’re expecting.
I think there is a difference in having unified docs that explain the broader ecosystem of packages, and how to use them in combination, vs. having DifferentialEquations.jl as a meta-package....
Related to the Github star issue that @Datseris mentions, is the paper citation issue. The DifferentialEquations.jl paper is (I assume) the most widely-cited SciML paper. Retiring the package may have...
Probably not, but for now it isn't supported so there is no need for dealing with any issues related to GLMakie and CI.