-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: UndefVarError: FODESystem
not defined
#116
Comments
It seems you are using an old version of FractionalDiffEq.jl, the latest release of FractionalDiffEq.jl working fine |
[2569d6c7] + ConcreteStructs v0.2.3 ERROR: UndefVarError: (FractionalDiffEq) pkg> up (FractionalDiffEq) pkg> st (FractionalDiffEq) pkg> |
Oh, I see, the examples are not updated timely, maybe try out the latest API? convert all the FODESystem to FODEProblem, we are trying to standardize all the APIs to the SciML standards. |
Thanks it worked |
ERROR: UndefVarError:
FODESystem
not definedStacktrace:
[1] top-level scope
@ d:\JULIA\FractionalDiffEq.jl-master\FractionalDiffEq.jl-master\examples\YACFExample.jl:13
ERROR: UndefVarError:
FODESystem
not definedStacktrace:
[1] top-level scope
@ d:\JULIA\FractionalDiffEq.jl-master\FractionalDiffEq.jl-master\examples\chua.jl:12
The text was updated successfully, but these errors were encountered: