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
If I twice build an ODEProblem from an ODEFunction which is created from and ODESystem via a ReactionSystem, I get different results from solve even though the exact same ODEProblem should be created.
Expected behavior
I should get the same result when calling solve
Minimal Reproducible Example 👇
In order to reproduce the bug this SBML file is needed, note that SBMLImporter.jl imports the model as a ReactionSystem
Julia Version 1.11.3
Commit d63adeda50d (2025-01-2119:42 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU:14×Intel(R) Core(TM) Ultra 7165U
WORD_SIZE:64
LLVM: libLLVM-16.0.6 (ORCJIT, alderlake)
Threads:1 default, 0 interactive, 1 GC (on 14 virtual cores)
Environment:
JULIA_EDITOR = code
JULIA_NUM_THREADS =
Additional context
I did not have this issue 1 week ago (seem to have been introduced around 5 days ago). Furthermore, the above code works as expected if jac = false to the ODEProblem. Might be related to #3447
The text was updated successfully, but these errors were encountered:
Describe the bug 🐞
If I twice build an
ODEProblem
from anODEFunction
which is created from andODESystem
via aReactionSystem
, I get different results from solve even though the exact sameODEProblem
should be created.Expected behavior
I should get the same result when calling
solve
Minimal Reproducible Example 👇
In order to reproduce the bug this SBML file is needed, note that SBMLImporter.jl imports the model as a
ReactionSystem
Error & Stacktrace⚠️
Everything should be
true
.Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
I did not have this issue 1 week ago (seem to have been introduced around 5 days ago). Furthermore, the above code works as expected if
jac = false
to theODEProblem
. Might be related to #3447The text was updated successfully, but these errors were encountered: