-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
It looks like MultiScaleArrays.jl is invoking getrs!
(from ldiv!(::LU)
) with inputs that cause Julia to crash: JuliaLang/LinearAlgebra.jl#1001. Although Julia shouldn't crash, it seems like the inputs are invalid, and would cause issues with other BLAS implementations too.
This also involves LinearSolve and OrdinaryDiffEq, so I'll leave it up to the SciML devs to further triage this issue. Details can be found in the Julia issue linked above.
Metadata
Metadata
Assignees
Labels
No labels