Make SVD::solve return an Option insetad of panicking. #358
Labels
breaking change
Fixing this issue, or merging this pull-request is likely to require breaking changes
good first issue
Good first issue for newcomers.
P-medium
Medium priority
In
svd.rs
:But it panics, and it actually can't return
None
because it doesn't return anOption
. I don't know whether the comment or the code needs to change.The text was updated successfully, but these errors were encountered: