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

mip.cpp displays "suspicious return value (2) from SVDC" warning #5

Open
brossetti opened this issue Jun 23, 2021 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@brossetti
Copy link
Contributor

Running the mip.cpp binary produces a "suspicious return value (2) from SVDC" warning for each projected axis. These warnings appear to be lower priority because the mips are still produced and appear correctly formed.

>mip -z -x -y -q 0.2 -o ./mip.tif ./decon.tif
/groups/aic/aic/software/opt/vcpkg/buildtrees/itk/src/d7c02f3c7b-4f3f2e792c.clean/Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/vnl_svd.hxx: suspicious return value (2) from SVDC
/groups/aic/aic/software/opt/vcpkg/buildtrees/itk/src/d7c02f3c7b-4f3f2e792c.clean/Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/vnl_svd.hxx: M is 2x2
M = [ ...
             inf             -nan
            -nan              inf  ]
/groups/aic/aic/software/opt/vcpkg/buildtrees/itk/src/d7c02f3c7b-4f3f2e792c.clean/Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/vnl_svd.hxx: suspicious return value (2) from SVDC
/groups/aic/aic/software/opt/vcpkg/buildtrees/itk/src/d7c02f3c7b-4f3f2e792c.clean/Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/vnl_svd.hxx: M is 2x2
M = [ ...
             inf             -nan
            -nan              inf  ]
/groups/aic/aic/software/opt/vcpkg/buildtrees/itk/src/d7c02f3c7b-4f3f2e792c.clean/Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/vnl_svd.hxx: suspicious return value (2) from SVDC
/groups/aic/aic/software/opt/vcpkg/buildtrees/itk/src/d7c02f3c7b-4f3f2e792c.clean/Modules/ThirdParty/VNL/src/vxl/core/vnl/algo/vnl_svd.hxx: M is 2x2
M = [ ...
             inf             -nan
            -nan              inf  ]
@brossetti brossetti added the bug Something isn't working label Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants