FractionalDiffEq.jl
FractionalDiffEq.jl copied to clipboard
Lyapunov example won't run, incremental compile problem during package installation?
Hi. First, thanks for developing FractionalDiffEq. It is awesome. I'm trying to use it for a research project.
Issue: When I try to run the Lyapunov exponent example https://scifracx.org/FractionalDiffEq.jl/dev/flyapunovexp/ , I get an error: "MethodError: no method matching" for FOLyapunov()
Initially, I was running it in JuliaHub with Julia 1.8.5, then I tried it locally on my mac with Julia 1.9.1.
Maybe related: I noticed when I installed the FractionalDiffEq package locally, that it gave warnings about FOLyapunov() and a number of other functions: "** incremental compilation may be fatally broken for this module **"
Did some google searches and found that this has popped up variously for others: https://discourse.julialang.org/t/random-warning-messages-with-catalyst/66289/3 https://stackoverflow.com/questions/70437015/cant-add-differentialequation-jl-to-julia-1-7-0 Maybe the new manifest features from 1.7 are causing probems. Would an older version of Julia solve this? Like 1.6 or something?
Wondering if you've seen this and what you might suggest.
Gratefully, Tom