-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Problem encountered when executing Quick Example #222
Comments
uh I see the issue here, thanks for bringing this up! This will (eventually) be fixed by #212 but I'll push a quick bugfix later today |
I appreciate the quick reply! |
pushed a quick fix in 0.10.3 that worked for me, let me know if that fixes the issue |
The initial issue has been solved. Now there is another one that shows up further down in the same example.
an error occurs, showing the following:
|
That is peculiar, I'll check and I'll let you know! |
ok the issue is more with how the results are provided by OrdinaryDiffEq. If you do Let me know is the workaround works for you! |
It all works now! Indeed, after the first code block I had to do |
I am trying out the "Quick Example" described in the README page of ReservoirComputing.jl.
When I execute the second block of code, I encounter an error:
Environment
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
No other information.
Thank you for your consideration.
The text was updated successfully, but these errors were encountered: