-
Notifications
You must be signed in to change notification settings - Fork 95
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
run_SPECT_tests.sh failures for FBP2D on conda-forge #1193
Comments
fails here STIR/src/include/stir/DiscretisedDensity.inl Lines 97 to 100 in 63c2e9c
so not a rounding error |
Likely caused by STIR/src/buildblock/VoxelsOnCartesianGrid.cxx Line 303 in 4a93912
Checking in a debugger, the ratio "as float" is equal to 129. It is conceivable this is 129.0001 on some systems, leading to 130 voxels on some systems, and 129 on others (our comparison file uses 129). Of course, 129 is a weird number for a detector with 128 elements, but that's another issue. |
The code determining the xy image size is sensitive to rounding errors, so we now say in the .par file what we expect. Fixes UCL#1193
The code determining the xy image size is sensitive to rounding errors, so we now say in the .par file what the test expects. Fixes UCL#1193
See #1235 |
The code determining the xy image size is sensitive to rounding errors, so we now say in the .par file what the test expects. Fixes #1193
See conda-forge/stir-feedstock#80 (comment)
The text was updated successfully, but these errors were encountered: