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
Julia Version 1.10.2
Commit bd47eca2c8a (2024-03-0110:14 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: macOS (x86_64-apple-darwin22.4.0)
CPU:16×Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
WORD_SIZE:64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, skylake)
Threads:8 default, 0 interactive, 4 GC (on 16 virtual cores)
Environment:
JULIA_NUM_THREADS =8
JULIA_PKG_DEVDIR =/Users/abradley/Dropbox/Julia/Dev
JULIA_EDITOR = code
Additional context
Here it is clear that this isn't the solution, which should be periodic, and is found by a small reduction in tolerance to e.g. reltol=1e-4. Alternately, switching to alg=Vern6() with default tolerances produces a credible solution.
The text was updated successfully, but these errors were encountered:
AshtonSBradley
changed the title
Default tolerances have slipped for Tsit5?
Default tolerances are too low for Tsit5
Mar 25, 2024
AshtonSBradley
changed the title
Default tolerances are too low for Tsit5
Default tolerances are too large for Tsit5
Mar 25, 2024
Describe the example
Predator-prey solution is wrong using defaults. Also occurs if we instead use defaults in DifferentialEquations.
Doesn't seem to occur if we switch to e.g. Vern6 defaults.
Minimal Reproducible Example 👇
Not Working Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
Here it is clear that this isn't the solution, which should be periodic, and is found by a small reduction in tolerance to e.g.
reltol=1e-4
. Alternately, switching to alg=Vern6() with default tolerances produces a credible solution.The text was updated successfully, but these errors were encountered: