-
Notifications
You must be signed in to change notification settings - Fork 0
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
hard_case_cv_airbnb.R
fails on DLASCL
#37
Comments
I was able to reproduce it in Lapack 3.10.3 in
Steps to reproduceIt seems that the matrix is quite legal - no NA values, no Inf values, full rank. But it crashes svd()
|
Reported in Lapack support github as Issue #743 |
It also fails the same way in
|
While running massive part of
hard_case_cv_airbnb.R
there was a following error (apart from manydgesdd
errors caught by atry-catch
block):For some reason it was not caught by a
try-catch
block. Maybe it was inpredict
?Definitely for future investigation. However, since it was not related to CV, I 'll let it pass.
Additional information to reproduce this bug:
and
The text was updated successfully, but these errors were encountered: