-
Notifications
You must be signed in to change notification settings - Fork 12
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
Error in La.svd(x, nu, nv): error code 1 from Lapack routine 'dgesdd' #82
Comments
Hey @fataltes! Thank you for raising this issue. This problem is related to issues with the R Best, |
Thanks for your quick response @GFabien, I switched to that branch and now the error changed to a NAN case error. Here is the traceback:
The error is apparently coming from here: Line 28 in eefad3b
Before the error I also get this warning:
Which I think is coming from here: Line 40 in eefad3b
I'd appreciate if you have any suggestions or updates on the code for me to try. Thanks, |
Hi Fatemeh, What I guess is that Anyway, it means that A fix of the code might be to check on the value I hope this helps! Best, |
Hi @GFabien , Thanks for the response! Unfortunately, I cannot share the data and am trying to both apply your suggestion and generate a case that reproduces the issue on some random data. But if you can share some contact, maybe I can follow up with you on a 1:1 meeting and then you can update the repo and issue here with the solution. Thank you, |
Hi @GFabien , |
Hi @fataltes, |
Hi @GFabien , Thanks for updating the code. Thanks, |
Hi @fataltes, I updated the branch again, you shouldn't have NAN problems anymore. Please tell me if there are new errors or if it is fine now. Best, |
Hi @GFabien , Thank you, Thank you |
Hmmm... There shouldn't be. Did you run with |
Hi @fataltes, |
Hi @GFabien , |
Hi,
Running rgcca_cv with the following options:
I get the following error:
** replacing init="svd" with init="rand"
** and replacing prediction_model = "lda" with prediction_model = "glmnet"
And I still get the error.
What do you think can be causing this and if you have any suggestions to try?
Thank you,
Fatemeh
The text was updated successfully, but these errors were encountered: