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

Fix rcond_hilbert test #372

Merged
merged 1 commit into from
Nov 24, 2024
Merged

Fix rcond_hilbert test #372

merged 1 commit into from
Nov 24, 2024

Conversation

gkobeaga
Copy link
Contributor

The test rcond_hilbert was failing with a Lapack return_code: -5, since some elements of the matrix were Inf (when i+j-1=0).

Test error:

---- rcond_hilbert stdout ----
thread 'rcond_hilbert' panicked at ndarray-linalg/tests/solve.rs:263:5:
called `Result::unwrap()` on an `Err` value: Lapack(LapackInvalidValue { return_code: -5 })

Copy link
Member

@bluss bluss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@bluss
Copy link
Member

bluss commented Nov 24, 2024

Thanks!

@bluss bluss merged commit fb1b6d6 into rust-ndarray:master Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants