-
Notifications
You must be signed in to change notification settings - Fork 30
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
ReadOnlyMemoryError #98
Comments
I found out that |
I'm seeing the same error. |
Seeing the same error!
|
This also appears to be due to the new v0.1.1+0 of Dierckx_jll, just like #99. Downgrading to v0.1.0 of Dierckx_jll fixes this issue. |
People have reported issues with the new version (JuliaMath/Dierckx.jl#98, JuliaMath/Dierckx.jl#99) but no one tried to debug it. At least this should give users a more usable version for some time.
If someone wanted to fix the issue, the arguments of a bunch of functions were changed: This is what I found with a 2-minute look at the history of upstream |
People have reported issues with the new version (JuliaMath/Dierckx.jl#98, JuliaMath/Dierckx.jl#99) but no one tried to debug it. At least this should give users a more usable version for some time.
People have reported issues with the new version (JuliaMath/Dierckx.jl#98, JuliaMath/Dierckx.jl#99) but no one tried to debug it. At least this should give users a more usable version for some time.
This was only fixed because scipy was downgraded in the latest Dierckx_jll release. It would be good to keep an issue open to make this work with the latest scipy. |
I'm already working on it |
#102. Depends on JuliaPackaging/Yggdrasil#10269, but tests pass locally. |
trying a simple
ParametricSpline
example errors withReadOnlyMemoryError
:I should mention that testing Dierckx also fails with
ReadOnlyMemoryError
.The text was updated successfully, but these errors were encountered: