Skip to content
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

BUG: sparse/dsolve: detect invalid LAPACK parameters in superlu and bail out gracefully #3373

Merged
merged 1 commit into from
Feb 25, 2014

Conversation

pv
Copy link
Member

@pv pv commented Feb 22, 2014

Hack around gh-3312.

LAPACK *TRSV require lda >= n. Catch this earlier, and bail out more gracefully with runtimerror before calling LAPACK with invalid arguments (which usually crashes the program).

The !VENDOR_BLAS code path does something also in the failing case. It's unclear if this is intended behavior, however.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 82d4a75 on pv:superlu-fix-lapack into 1b34692 on scipy:master.

rgommers added a commit that referenced this pull request Feb 25, 2014
BUG: sparse/dsolve: detect invalid LAPACK parameters in superlu and bail out gracefully
@rgommers rgommers merged commit c4f3908 into scipy:master Feb 25, 2014
@rgommers
Copy link
Member

Thanks, merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants