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

removed manual SVD sorting + tested #56

Merged
merged 1 commit into from Jun 4, 2023
Merged

Conversation

SpectralFlame
Copy link
Contributor

This is a PR for #51

There are 4 cases where SVDs were calculated and manually ordered. These now use the already ordered versions from nalgebra. I did not find any cases where an unordered SVD is used.

Tests were added to ensure everything worked the same as before.

@xd009642
Copy link
Member

xd009642 commented Jun 4, 2023

Sorry for the long delay on this, just letting you know I'll be reviewing this today or tomorrow with an aim to merge. The clippy lints have been fixed and merged so it's mainly just double checking all the tests. I'll ping if there are any questions but from a brief glance over it all looks pretty solid so hopefully I can just merge this without any back-and-forth 😅

Copy link
Member

@xd009642 xd009642 left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks 👍

@xd009642 xd009642 merged commit eade7f3 into rust-cv:main Jun 4, 2023
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.

None yet

2 participants