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

Correct svds dimension check. #126

Merged
merged 7 commits into from
Jun 30, 2021

Conversation

joshpoll
Copy link
Contributor

@joshpoll joshpoll commented Apr 23, 2021

Resolves #110.

@joshpoll
Copy link
Contributor Author

I'm still pretty new to Julia, so I'm happy to add a regression test if I can be pointed in the right direction!

@ViralBShah
Copy link
Collaborator

Can you add a test?

@ViralBShah
Copy link
Collaborator

@andreasnoack Is this ok?

@joshpoll It would be nice to add a test if possible.

Copy link
Member

@andreasnoack andreasnoack left a comment

Choose a reason for hiding this comment

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

Yes. This should be good to go once a test is added.

Co-authored-by: Andreas Noack <[email protected]>
@ViralBShah
Copy link
Collaborator

@joshpoll See this file for the existing tests and add something at the end of the file:

https://github.com/JuliaLinearAlgebra/Arpack.jl/blob/master/test/runtests.jl

@joshpoll
Copy link
Contributor Author

Sorry I got sidetracked by the end of the semester! I'll add a test

@joshpoll
Copy link
Contributor Author

I'm not sure why this test is failing. It seems unrelated to the PR. A test that should be breaking is passing on nightly. I'm also having trouble reproducing these runs locally, since I'm not sure how to force Julia to use the local modified Arpack.

@andreasnoack andreasnoack merged commit 12b92ab into JuliaLinearAlgebra:master Jun 30, 2021
@andreasnoack
Copy link
Member

Yes. I don't think it as anything to do with the changes here so let's consider that in a separate issue.

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.

Starting Vector Initializing Fails For Right Singular Vectors
3 participants