-
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
BoundsError #39
Comments
That is very weird, can you provide the program and the version of FractionalDiffEq.jl you are using? |
If I want to install the package because of some compatibility issues the usable version is v0.2.0. So I have cloned the package to have the last version, v0.2.6. Then, for example, I have tested the Brusselator.jl from the examples folder:
I got this error:
BTW, when I run
|
Sorry for the problems, there are a lot of refactoring recently, we should pass the time span as a prob = FODESystem(Brusselator!, α, u0, (0, 100)) the Brusselator example file has not been updated |
All the FODE solvers have been refactored, everything is fine now, so I am closing this issue, if there are still some problems, please let me know |
Hi
When I want to solve a problem in example chua or Brusselator:
there is a BoundsError. It happens because
tspan
in lines 15-16 in Nonlinear.jl and lines 19-20 in GL.jl is only a number (100) rather than a time span.I couldn't track the bug why it is not a time span!
The text was updated successfully, but these errors were encountered: