-
-
Notifications
You must be signed in to change notification settings - Fork 54
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 in Sparspak on CI #258
Comments
I can reproduce this at my computer, however, the error occurs randomly, i.e. sometimes it shows up, sometimes not... First time seeing this coming up, other ways to work with sparse random matrices so far didn't show this behavior. For the time being I propose to remove sparspak from precompilation (this is where the error occurs). I think it can be kept in the package tests, as there, different matrices are used. Will try to find time over the WE to investigate deeper. |
Removed from precompilation for now. |
Set up PR to fix SciML/LinearSolve.jl#258
I think I found an error in the original fortran code: the graph field adj was being accessed |
Spoke too soon: Not good. Sparspak now fails in simpletest2. |
Fixed with 710fc37 via PetrKryslUCSD/Sparspak.jl@2b5b685 |
See https://github.com/SciML/LinearSolve.jl/actions/runs/3967886786/jobs/6800368191
cc @j-fu @PetrKryslUCSD
The text was updated successfully, but these errors were encountered: