pyFAI
pyFAI copied to clipboard
Noisy test ...
Randomly breaks the CI, never seen it on any of my computers:
FAIL: test_radial (pyFAI.test.test_azimuthal_integrator.TestAzimHalfFrelon.test_radial)
Non regression for #1602
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/runner/work/pyFAI/pyFAI/build/lib/python3.12/site-packages/pyFAI/test/test_azimuthal_integrator.py", line 329, in test_radial
self.assertGreater(res[1].min(), 120, "intensity min in ok")
AssertionError: np.float32(nan) not greater than 120 : intensity min in ok
Stderr:
WARNING:py.warnings:/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/site-packages/pyopencl/cache.py:420: CompilerWarning: Non-empty compiler output encountered. Set the environment variable PYOPENCL_COMPILER_OUTPUT=1 to see more.
prg.build(options_bytes, [devices[i] for i in to_be_built_indices])