InsightSoftwareConsortium / ITKCLEsperanto

ITK filters accelerated with OpenCL via [clEsperanto](https://clesperanto.github.io/).
Apache License 2.0
4 stars 3 forks source link

`itkCLEAddImageTestPython` failure #46

Closed tbirdso closed 1 year ago

tbirdso commented 1 year ago
Test project /home/tom/builds/ITKCLEsperanto
    Start 5: itkCLEAddImageTestPython
1/1 Test #5: itkCLEAddImageTestPython .........***Failed    2.96 sec
Loading ITKPyBase... done
Loading ITKCommon... done
Loading ITKStatistics... done
Loading ITKImageSources... done
Loading ITKImageFilterBase... done
Loading ITKTransform... done
Loading ITKImageFunction... done
Loading ITKPath... done
Loading ITKMesh... done
Loading ITKSpatialObjects... done
Loading ITKImageCompose... done
Loading ITKImageStatistics... done
Loading ITKImageGrid... done
Loading ITKImageIntensity... done
Loading CLEsperanto... done
Loading ITKPyUtils... done
Traceback (most recent call last):
  File "itkCLEAddImageTestPython.py", line 42, in <module>
    raise ValueError(f'{output_image.GetPixel([i,j])} != {expected_sum} at [{i},{j}]')
ValueError: 1.1205306214998533e-17 != 3.0 at [0,0]
itkTestDriver: Process exited with return value: 1

0% tests passed, 1 tests failed out of 1

Label Time Summary:
CLEsperanto    =   2.96 sec*proc (1 test)
Python         =   2.96 sec*proc (1 test)

Total Test time (real) =   2.96 sec

The following tests FAILED:
          5 - itkCLEAddImageTestPython (Failed)
Errors while running CTest

Platform Details

tbirdso commented 1 year ago

Closed by #47