pyFAI icon indicating copy to clipboard operation
pyFAI copied to clipboard

[2023.5.0] [mips64el] failure

Open picca opened this issue 2 years ago • 0 comments

Hello, on mipsel64el, I get these error message during the build

======================================================================
FAIL: test_count_csr (pyFAI.test.test_histogram.TestHistogram2d.test_count_csr)
Test that the pixel count and the total intensity is conserved
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyfai/build/pyFAI/test/test_histogram.py", line 336, in test_count_csr
    self.assertTrue(delta == 0, msg="check all pixels were counted")
AssertionError: False is not true : check all pixels were counted

======================================================================
FAIL: test_numpy_vs_cython_vs_csr_2d (pyFAI.test.test_histogram.TestHistogram2d.test_numpy_vs_cython_vs_csr_2d)
Compare numpy histogram with cython simple implementation
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyfai/build/pyFAI/test/test_histogram.py", line 370, in test_numpy_vs_cython_vs_csr_2d
    self.assertTrue(delta_max <= self.err_max_cnt, "pixel count difference numpy/csr : max delta=%s" % delta_max)
AssertionError: False is not true : pixel count difference numpy/csr : max delta=1404.0

======================================================================
FAIL: test_2d_nosplit (pyFAI.test.test_csr.TestCSR.test_2d_nosplit)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_pyfai/build/pyFAI/test/test_csr.py", line 203, in test_2d_nosplit
    self.assertLess(error.mean(), 1e-3, "img are almost the same")
AssertionError: 243.62686 not less than 0.001 : img are almost the same

The full build log is here https://buildd.debian.org/status/fetch.php?pkg=pyfai&arch=mips64el&ver=2023.5.0%2Bdfsg1-7&stamp=1690365484&raw=0

another one

https://buildd.debian.org/status/fetch.php?pkg=pyfai&arch=mips64el&ver=2023.5.0%2Bdfsg1-3&stamp=1689681088&raw=0

picca avatar Jul 18 '23 12:07 picca