pyvkfft-test --systematic --backend pyopencl --gpu m1 --max-nb-tests 0 --nproc 3 --ndim 3 --range 2 550 --bluestein --inplace --lut --norm 0 --range-mb 0 4100 FAILURES: ====================================================================== test_systematic (backend='pyopencl', shape=(463, 463, 463), ndim=3, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 919, in test_systematic self.assertTrue(nii < tol, "Accuracy mismatch after iFFT, n2=%8e ni=%8e>%8e" % (n2, nii, tol)) AssertionError: False is not true : Accuracy mismatch after iFFT, n2=5.679884e-07 ni=9.067629e+03>1.199674e-05 ====================================================================== test_systematic (backend='pyopencl', shape=(508, 508, 508), ndim=3, dtype=dtype('float32'), norm=0, use_lut=True, inplace=True, r2c=False, dct=False, fstride=False) [pyvkfft.test.test_fft.TestFFTSystematic]: ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/favre/miniforge3/envs/py39-pynx/lib/python3.9/site-packages/pyvkfft/test/test_fft.py", line 919, in test_systematic self.assertTrue(nii < tol, "Accuracy mismatch after iFFT, n2=%8e ni=%8e>%8e" % (n2, nii, tol)) AssertionError: False is not true : Accuracy mismatch after iFFT, n2=5.185877e-07 ni=1.063265e+04>1.211759e-05